diff --git a/Dockerfile b/Dockerfile index da4239a..369c018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ WORKDIR /app COPY --from=builder /app/bin/server.exe ./bin/server.exe # Copy the built Flutter web app -COPY web/ ./web/ +#COPY web/ ./web/ # Set environment variables ENV PORT=9090