Skip to content

Commit df420e0

Browse files
committed
fix: path
1 parent 3edcb35 commit df420e0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

etl/Dockerfile.extract

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ RUN pip install --no-cache-dir \
1616
sqlalchemy \
1717
psycopg2-binary
1818

19-
COPY src/birdxplorer_etl /app/birdxplorer_etl
20-
COPY src/birdxplorer_common /app/birdxplorer_common
21-
COPY src/lib /app/lib
22-
COPY src/birdxplorer_etl/settings.py /app/settings.py
19+
COPY etl/. .
2320

2421
# 6. Entrypoint to run extract.py
25-
ENTRYPOINT ["python", "-u", "birdxplorer_etl/run_extract.py"]
22+
ENTRYPOINT ["python", "-u", "src/birdxplorer_etl/run_extract.py"]

0 commit comments

Comments
 (0)