Обновить Dockerfile
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ WORKDIR /app
|
||||
COPY --from=builder /app/bin/server.exe ./bin/server.exe
|
||||
|
||||
# Copy the built Flutter web app
|
||||
COPY web/ ./web/
|
||||
#COPY web/ ./web/
|
||||
|
||||
# Set environment variables
|
||||
ENV PORT=9090
|
||||
|
||||
Reference in New Issue
Block a user