Skip to content

Instantly share code, notes, and snippets.

View goto-eof's full-sized avatar
👻
coding

Andrei D. goto-eof

👻
coding
View GitHub Profile
@goto-eof
goto-eof / docker-compose.yml
Created October 25, 2022 06:30 — forked from allenyang79/docker-compose.yml
a sample docker-compose.yml for auto build docker file.
version: '2'
services:
www:
image: allen-test:tag
build:
context: www/.
dockerfile: Dockerfile
container_name: www
command: python -m app.main
environment: