Skip to content

Commit

Permalink
chore: include all scripts in COPY in the Dockerfile (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet authored Jul 11, 2022
1 parent c119a56 commit 30faaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/scripts/tests
**/scripts/__pycache__
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ RUN poetry config virtualenvs.create false \
&& poetry install --no-dev --no-interaction --no-ansi

# Copy Python scripts
COPY ./scripts/create_polygons.py /app/
COPY ./scripts/standardising.py /app/
COPY ./scripts/aws_helper.py /app/
COPY ./scripts/format_source.py /app/
COPY ./scripts/* /app/

0 comments on commit 30faaa1

Please sign in to comment.