Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Sep 24, 2023
1 parent 5116d62 commit 85d6b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tzprofiles/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM ghcr.io/dipdup-io/dipdup:next

COPY --chown=dipdup pyproject.toml README.md .
RUN cd pip install didkit==0.3.2 tenacity==8.0.1
RUN pip install didkit==0.3.2 tenacity==8.0.1

COPY --chown=dipdup . tzprofiles
WORKDIR tzprofiles

0 comments on commit 85d6b4a

Please sign in to comment.