zhengr commited on
Commit
5f62bcf
·
verified ·
1 Parent(s): 3abee13

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -46,6 +46,8 @@ WORKDIR $HOME/app
46
  COPY --chown=user . $HOME/app
47
  RUN ls
48
 
 
 
49
  # 设置ENTRYPOINT
50
  RUN chmod +x /home/user/app/entrypoint.sh
51
  ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
 
46
  COPY --chown=user . $HOME/app
47
  RUN ls
48
 
49
+ EXPOSE 9997
50
+
51
  # 设置ENTRYPOINT
52
  RUN chmod +x /home/user/app/entrypoint.sh
53
  ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]