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