manato-tajiri commited on
Commit
00a81a6
·
verified ·
1 Parent(s): 4b1e56a

Update Dockerfile

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