mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix: dockerfile
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@ WORKDIR /app/swingmusic
|
|||||||
# Copy the files in the current dir into the container
|
# Copy the files in the current dir into the container
|
||||||
# copy wheelhouse and client
|
# copy wheelhouse and client
|
||||||
COPY wheels wheels
|
COPY wheels wheels
|
||||||
COPY client /config/client
|
|
||||||
|
|
||||||
|
|
||||||
LABEL "author"="swing music"
|
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 pip install --no-cache-dir --find-links=wheels/ swingmusic
|
||||||
Run rm -rf /app/swingmusic/wheels
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user