- fix Dockerfile
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ 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