diff --git a/Dockerfile b/Dockerfile index 82d34bce..b07feb38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]