From a1b36577dac0ca224b887fd9ac4c8d06ed18ce1f Mon Sep 17 00:00:00 2001 From: "dmit.b" Date: Mon, 22 Jun 2026 20:36:39 +0300 Subject: [PATCH] - fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b379b45..310cbe3 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