We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0855cb commit bc14c82Copy full SHA for bc14c82
etl/Dockerfile.extract
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir \
19
COPY src/birdxplorer_etl /app/birdxplorer_etl
20
COPY src/birdxplorer_common /app/birdxplorer_common
21
COPY src/lib /app/lib
22
-COPY settings.py /app/settings.py
+COPY src/birdxplorer_etl/settings.py /app/settings.py
23
24
# 6. Entrypoint to run extract.py
25
ENTRYPOINT ["python", "-u", "birdxplorer_etl/run_extract.py"]
0 commit comments