From c5995bb0e957d9198d3389c8fe4cb41c69cade0b Mon Sep 17 00:00:00 2001 From: "dmit.b" Date: Mon, 22 Jun 2026 20:35:48 +0300 Subject: [PATCH] - fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 609aaad..b379b45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ 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 the built Flutter web app COPY web/ ./web/ EXPOSE 9090