mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore: pre publish
This commit is contained in:
@@ -2,7 +2,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine
|
|||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
ADD ./workspace/certd-server/package.json /app/
|
ADD ./workspace/certd-server/package.json /app/
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
pnpm install -P
|
RUN pnpm install -P
|
||||||
|
|
||||||
ADD ./workspace/certd-server/ /app/
|
ADD ./workspace/certd-server/ /app/
|
||||||
CMD ["npm","run","start"]
|
CMD ["npm","run","start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user