Skip to content

Commit

Permalink
fix: dockerfile for cn
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Jun 29, 2023
1 parent 74a403a commit e85b033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-CN
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ WORKDIR /app/

COPY package.json ./
COPY server ./server
COPY 分发 ./分发

ENV PATH="/app/server/node_modules/pm2/bin:${PATH}"
ENV SITE_ALIAS=cn
CMD npm run start:docker
CMD npm run start:docker:redirect

0 comments on commit e85b033

Please sign in to comment.