- fix Dockerfile

This commit is contained in:
dmit.b
2026-06-22 20:35:48 +03:00
parent ae32995f11
commit c5995bb0e9
+1 -1
View File
@@ -26,7 +26,7 @@ WORKDIR /app
# Copy the compiled executable from builder # Copy the compiled executable from builder
COPY --from=builder /app/bin/server.exe ./bin/server.exe 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/ COPY web/ ./web/
EXPOSE 9090 EXPOSE 9090