From 64a0ea248d4ee3ec5f574c19871b060d1a24c1c8 Mon Sep 17 00:00:00 2001 From: Reisber Date: Thu, 9 Apr 2026 00:04:55 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker/first-try/compose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reisber --- docker/first-try/compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docker/first-try/compose.yaml 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"