Peiyan commited on
Commit
f802d68
·
verified ·
1 Parent(s): a38b69e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -46,8 +46,8 @@ COPY deployment/docker/serve.sh /serve.sh
46
  RUN chmod a+x /serve.sh
47
 
48
 
49
- # Expose port 80
50
- EXPOSE 80
51
 
52
  # Run as root user
53
  USER root
 
46
  RUN chmod a+x /serve.sh
47
 
48
 
49
+ # Expose port 8080
50
+ EXPOSE 8080
51
 
52
  # Run as root user
53
  USER root