MikeMpapa commited on
Commit
e1ab5d8
1 Parent(s): 587d25d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,4 +47,4 @@ WORKDIR $HOME/app
47
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
48
  COPY --chown=user . $HOME/app
49
 
50
- CMD ["python3", "main.py"]
 
47
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
48
  COPY --chown=user . $HOME/app
49
 
50
+ CMD ["python3","-u" ,"main.py"]