mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-19 09:11:13 +02:00
Update Dockerfile
This commit is contained in:
@@ -13,4 +13,4 @@ COPY . .
|
||||
RUN python setup.py install
|
||||
|
||||
# Specify the command to run your application
|
||||
CMD ["python3", "main.py"]
|
||||
CMD ["python3", "-u", "main.py"]
|
||||
|
Reference in New Issue
Block a user