Spaces:
Runtime error
Runtime error
Commit
•
fd1caa7
1
Parent(s):
2364180
update port
Browse files- 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"]
|