davanstrien HF staff commited on
Commit
fd1caa7
1 Parent(s): 2364180

update port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ WORKDIR $HOME/app
23
 
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
- CMD ["bentoml", "serve", "service:svc", "--production"]
 
23
 
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
+ CMD ["bentoml", "serve", "service:svc", "--production", "--port", "7860"]