diff --git a/app/Dockerfile b/app/Dockerfile index e64a001..dbadb4b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -12,4 +12,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["python", "main.py"] \ No newline at end of file +WORKDIR / + +CMD ["python", "app/main.py"] \ No newline at end of file