Fix Dockerfile: copy proxy.py before pip install
Some checks failed
Build ts3query-proxy / build (push) Failing after 25s
Some checks failed
Build ts3query-proxy / build (push) Failing after 25s
This commit is contained in:
parent
a22c26ef3a
commit
eb4edd0cb7
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml .
|
||||
COPY pyproject.toml proxy.py ./
|
||||
RUN pip install --no-cache-dir .
|
||||
COPY proxy.py .
|
||||
|
||||
EXPOSE 10011
|
||||
CMD ["python", "-u", "proxy.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue