- fix docker-compose.yml
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user