ShawnAI commited on
Commit
20dc0ed
·
1 Parent(s): c6968b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -20,4 +20,6 @@ WORKDIR $HOME/app
20
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
21
  COPY --chown=user . $HOME/app
22
 
 
 
23
  CMD ["python", "app.py"]
 
20
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
21
  COPY --chown=user . $HOME/app
22
 
23
+ EXPOSE 7860
24
+
25
  CMD ["python", "app.py"]