.
This commit is contained in:
@@ -42,7 +42,7 @@ ENV CONFIGURATION=Production
|
||||
ENV DEBUG=False
|
||||
|
||||
# Default command for production container
|
||||
CMD ["python3", "/app/main.py"]
|
||||
CMD ["python3", "-u", "/app/main.py"]
|
||||
|
||||
|
||||
#EXPOSE 22
|
||||
|
||||
Reference in New Issue
Block a user