We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edcb35 commit df420e0Copy full SHA for df420e0
etl/Dockerfile.extract
@@ -16,10 +16,7 @@ RUN pip install --no-cache-dir \
16
sqlalchemy \
17
psycopg2-binary
18
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
+COPY etl/. .
23
24
# 6. Entrypoint to run extract.py
25
-ENTRYPOINT ["python", "-u", "birdxplorer_etl/run_extract.py"]
+ENTRYPOINT ["python", "-u", "src/birdxplorer_etl/run_extract.py"]
0 commit comments