Skip to content

Commit

Permalink
ClashKing v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Jan 27, 2024
1 parent 59db2ee commit 3631ad7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM python:3.11-bookworm

WORKDIR /usr/app/src

COPY ./requirements.txt /usr/app/src/requirements.txt

COPY requirements.txt /app/
WORKDIR /app
RUN pip install -r requirements.txt
COPY ..

CMD ["python", "main.py"]
CMD ["python3", "main.py"]

0 comments on commit 3631ad7

Please sign in to comment.