Skip to content

Commit

Permalink
Merge pull request #26 from miketheman/miketheman/fix-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Apr 8, 2024
2 parents 4ecdb16 + b7a0f7e commit ca7bc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY requirements.txt /tmp/requirements.txt

RUN --mount=type=cache,target=/root/.cache/pip \
set -x \
pip --no-cache-dir --disable-pip-version-check \
&& pip --no-cache-dir --disable-pip-version-check \
install -r /tmp/requirements.txt


Expand Down

0 comments on commit ca7bc83

Please sign in to comment.