Skip to content

Commit

Permalink
chore: pre publish
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed May 25, 2023
1 parent 8498fa7 commit 0eeba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine
RUN npm install -g pnpm
ADD ./workspace/certd-server/package.json /app/
WORKDIR /app/
pnpm install -P
RUN pnpm install -P

ADD ./workspace/certd-server/ /app/
CMD ["npm","run","start"]
Expand Down

0 comments on commit 0eeba27

Please sign in to comment.