- fix docker-compose.yml
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ WORKDIR /app
|
|||||||
# Copy the compiled executable from builder
|
# Copy the compiled executable from builder
|
||||||
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/
|
||||||
|
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user