Обновить Dockerfile

This commit is contained in:
2026-06-22 14:11:07 +03:00
parent 298e3d2375
commit 9193ce1d66
+1 -1
View File
@@ -27,7 +27,7 @@ WORKDIR /app
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/
# Set environment variables # Set environment variables
ENV PORT=9090 ENV PORT=9090