diff --git a/docker/first-try/compose.yaml b/docker/first-try/compose.yaml new file mode 100644 index 0000000..85c67bd --- /dev/null +++ b/docker/first-try/compose.yaml @@ -0,0 +1,5 @@ +services: + web: + build: . + ports: + - "${APP_PORT}:5000"