mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-18 22:41:46 +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