omgy commited on
Commit
a7a84ab
·
verified ·
1 Parent(s): 47e77b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ COPY . .
11
  # make entrypoint executable
12
  RUN chmod +x /app/entrypoint.sh
13
 
14
- EXPOSE 7860 # HF default for web
15
  CMD ["/app/entrypoint.sh"]
 
11
  # make entrypoint executable
12
  RUN chmod +x /app/entrypoint.sh
13
 
14
+ EXPOSE 7860
15
  CMD ["/app/entrypoint.sh"]