Skip to content

Commit

Permalink
fix: remove pnpm run build in express
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 22, 2024
1 parent fa2fc42 commit 24db125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Framework/express.js/4.21.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ chmod -R +x /home/sealos/project/entrypoint.sh

USER sealos
RUN cd /home/sealos/project && \
npm install && \
pnpm run build
npm install

USER root
RUN mkdir /home/sealos/.sealos

0 comments on commit 24db125

Please sign in to comment.