baxin commited on
Commit
a7a5c15
·
1 Parent(s): 27ee40d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,4 +41,4 @@ WORKDIR $HOME/app
41
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
42
  COPY --chown=user . $HOME/app
43
  CMD ["pip" "install", "-r", "requirements"]
44
- CMD ["python", "app.py"]
 
41
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
42
  COPY --chown=user . $HOME/app
43
  CMD ["pip" "install", "-r", "requirements"]
44
+ CMD ["python", "main.py"]