Skip to content

Commit

Permalink
fix: update Django port to 8000 and use root for express.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 22, 2024
1 parent 9945adb commit 375d605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Framework/express.js/4.21.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ USER sealos
RUN cd /home/sealos/project && \
npm install && \
npm run build


USER root
RUN mkdir /home/sealos/.sealos
2 changes: 1 addition & 1 deletion configs/port.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo=8080
chi=8080
iris=8080
react=3000
django=8080
django=8000
express.js=3000
hexo=4000
vert.x=8888
Expand Down

0 comments on commit 375d605

Please sign in to comment.