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 3631ad7 commit 1ea2b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM python:3.11-bookworm
COPY requirements.txt /app/
WORKDIR /app
RUN pip install -r requirements.txt
COPY ..
COPY . .

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

0 comments on commit 1ea2b00

Please sign in to comment.