修正启动脚本
This commit is contained in:
@@ -43,9 +43,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy Dart AOT runtime from build stage
|
||||
COPY --from=backend-build /runtime/ /
|
||||
|
||||
# Copy the compiled Dart server
|
||||
COPY --from=backend-build /app/bin/server /app/bin/server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user