fix: dockerfile

This commit is contained in:
wanji
2025-12-03 19:03:48 +03:00
parent 08292c8fb3
commit aff8184983
+1 -2
View File
@@ -4,7 +4,6 @@ WORKDIR /app/swingmusic
# Copy the files in the current dir into the container
# copy wheelhouse and client
COPY wheels wheels
COPY client /config/client
LABEL "author"="swing music"
@@ -19,4 +18,4 @@ rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir --find-links=wheels/ swingmusic
Run rm -rf /app/swingmusic/wheels
ENTRYPOINT ["python", "-m", "swingmusic", "--host", "0.0.0.0", "--config", "/config", "--client", "/config/client"]
ENTRYPOINT ["python", "-m", "swingmusic", "--host", "0.0.0.0", "--config", "/config"]