mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-28 22:53:49 +00:00
remove poetry from dockerfile
This commit is contained in:
+2
-1
@@ -39,4 +39,5 @@ RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt-get update && apt-get install -y ffmpeg libavcodec-extra
|
||||
|
||||
ENTRYPOINT ["poetry", "run", "python", "manage.py", "--host", "0.0.0.0", "--config", "/config"]
|
||||
# ENTRYPOINT ["poetry", "run", "python", "manage.py", "--host", "0.0.0.0", "--config", "/config"]
|
||||
ENTRYPOINT ["python", "manage.py", "--host", "0.0.0.0", "--config", "/config"]
|
||||
Reference in New Issue
Block a user