diff --git a/Dockerfile b/Dockerfile index 9d5f507..c3358d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ COPY requirements.txt ./ COPY modules/ ./modules RUN pip install --no-cache-dir -r requirements.txt -COPY . . +COPY main.py ./ CMD [ "python", "./main.py"]