diff --git a/Dockerfile b/Dockerfile index 93d1ddf..9b8fec8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy all app source code COPY src/ ./src -COPY settings.yml . +COPY src/settings.yml . COPY .env . # Set environment variable so your app can find your src/ module