This commit is contained in:
hailin 2025-05-17 20:37:50 +08:00
parent f0b1ee658c
commit c9deadf0cb
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ FROM s3base as s3final
COPY storage_v1.19.1/migrations /migrations
# Copy production node_modules from the production dependencies stage
COPY --from=production-deps /app/node_modules node_modules
COPY --from=production-deps /app/node_modules /node_modules
# Copy build artifacts from the build stage
COPY --from=s3build /app/dist dist
COPY --from=s3build /app/dist /dist
#EXPOSE 5000
#CMD ["node", "dist/start/server.js"]