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