fix:更新优化
This commit is contained in:
parent
a1d0a24098
commit
c89052bd9c
@ -39,7 +39,7 @@ COPY --from=build /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY package*.json ./
|
||||
|
||||
EXPOSE 3002
|
||||
EXPOSE 3003
|
||||
|
||||
ENTRYPOINT ["dumb-init", "--"]
|
||||
CMD ["sh", "-c", "set -a; . ./.env; node dist/main"]
|
||||
Loading…
x
Reference in New Issue
Block a user