Skip to content

Commit bc14c82

Browse files
committed
fix: path
1 parent c0855cb commit bc14c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl/Dockerfile.extract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir \
1919
COPY src/birdxplorer_etl /app/birdxplorer_etl
2020
COPY src/birdxplorer_common /app/birdxplorer_common
2121
COPY src/lib /app/lib
22-
COPY settings.py /app/settings.py
22+
COPY src/birdxplorer_etl/settings.py /app/settings.py
2323

2424
# 6. Entrypoint to run extract.py
2525
ENTRYPOINT ["python", "-u", "birdxplorer_etl/run_extract.py"]

0 commit comments

Comments
 (0)