Skip to content

Commit

Permalink
give a chance to invalidate cache by an external tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Oct 31, 2021
1 parent 23553f2 commit b3a9e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
!assets
!packages
!dependencies-apt.txt
!dependencies-py3.txt
!dependencies-py3.*
!launchers

# YOUR FILES LISTED BELOW THIS LINE (IMPORTANT: PREPEND !)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ARG PIP_INDEX_URL="https://pypi.org/simple"
ENV PIP_INDEX_URL=${PIP_INDEX_URL}
RUN echo PIP_INDEX_URL=${PIP_INDEX_URL}

COPY ./dependencies-py3.txt "${REPO_PATH}/"
COPY ./dependencies-py3.* "${REPO_PATH}/"
RUN python3 -m pip install -r ${REPO_PATH}/dependencies-py3.txt

# copy the source code
Expand Down

0 comments on commit b3a9e64

Please sign in to comment.