x-undefined-2 commited on
Commit
8c9b5ba
·
verified ·
1 Parent(s): aca649b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,6 +19,6 @@ RUN tar -zxf ./node-v20.15.0-linux-x64.tar.gz
19
  RUN chown -R user:user ./
20
  RUN chmod +x ./entrypoint.sh
21
 
22
- EXPOSE 8787
23
 
24
  CMD ./entrypoint.sh
 
19
  RUN chown -R user:user ./
20
  RUN chmod +x ./entrypoint.sh
21
 
22
+ EXPOSE 80
23
 
24
  CMD ./entrypoint.sh