diff --git a/Dockerfile b/Dockerfile index 8453310..609aaad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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