- fix docker-compose.yml

This commit is contained in:
dmit.b
2026-06-22 20:33:40 +03:00
parent c7d2e0f112
commit ae32995f11
+2 -2
View File
@@ -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