From ae32995f1162e93e74e89f34ba199af64ef71d4a Mon Sep 17 00:00:00 2001 From: "dmit.b" Date: Mon, 22 Jun 2026 20:33:40 +0300 Subject: [PATCH] - fix docker-compose.yml --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8453310..609aaad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ WORKDIR /app # Copy the compiled executable from builder COPY --from=builder /app/bin/server.exe ./bin/server.exe -# Copy the built Flutter web app -#COPY web/ ./web/ + Copy the built Flutter web app +COPY web/ ./web/ EXPOSE 9090