Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Sep 26, 2023
1 parent 29f05fa commit 2b2c9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tzprofiles/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM dipdup/dipdup:7
# FROM ghcr.io/dipdup-io/dipdup:7
# FROM ghcr.io/dipdup-io/dipdup:next

# COPY --chown=dipdup pyproject.toml README.md .
# RUN pip install .
COPY --chown=dipdup pyproject.toml README.md .
RUN pip install .

COPY --chown=dipdup . tzprofiles
WORKDIR tzprofiles

0 comments on commit 2b2c9f9

Please sign in to comment.