diff --git a/Dockerfile b/Dockerfile index 70a663c..b87905e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ RUN python -m pip install --no-cache-dir --upgrade pip \ COPY /src . -RUN python main.py \ No newline at end of file +COPY .env . + +CMD ["python", "main.py"] \ No newline at end of file