mirror of
https://github.com/certd/certd.git
synced 2026-07-06 12:07:32 +08:00
chore: 调整dockerfile
This commit is contained in:
@@ -87,6 +87,6 @@ RUN npm install -g pnpm@10.33.4
|
|||||||
|
|
||||||
|
|
||||||
COPY --from=builder /workspace/certd-server/ /app/
|
COPY --from=builder /workspace/certd-server/ /app/
|
||||||
RUN cd /workspace/certd-server && pnpm install --production
|
RUN pnpm install --production
|
||||||
COPY ./patch/ssh2/*.js /app/node_modules/.pnpm/node_modules/ssh2/lib/protocol/
|
COPY ./patch/ssh2/*.js /app/node_modules/.pnpm/node_modules/ssh2/lib/protocol/
|
||||||
CMD ["node", "--optimize-for-size", "./bootstrap.js"]
|
CMD ["node", "--optimize-for-size", "./bootstrap.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user