Update Dockerfile
Browse files- 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"]
|