Skip to content

Commit

Permalink
Refactor Dockerfile to remove unnecessary line and add npm mirror and…
Browse files Browse the repository at this point in the history
… debian sources
  • Loading branch information
cbluebird committed Oct 22, 2024
1 parent 6ce5f28 commit b95da0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Framework/angular/v18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ chmod -R +x /home/sealos/project/entrypoint.sh
USER sealos
RUN cd /home/sealos/project && \
npm install

USER root
RUN mkdir /home/sealos/.devbox
2 changes: 1 addition & 1 deletion configs/name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ docusaurus=docusaurus
rocket=rocket
net=.Net
umi=UmiJS
angular
angular=angular

0 comments on commit b95da0a

Please sign in to comment.