From 1ea2b00ac4f1bd7705ec31ccd9347abad7bb7e5b Mon Sep 17 00:00:00 2001 From: Magic <82341152+MagicTheDev@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:42:02 -0600 Subject: [PATCH] ClashKing v4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10fa7408..c1f29bc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file