Skip to content

Commit

Permalink
Added copy PDP version file to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
danyi1212 committed Sep 23, 2024
1 parent 8b43d8e commit c99396e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ RUN rm -r /usr/local/lib/python3.10/ensurepip
# copy app code
COPY ./horizon ./horizon

# copy version file
COPY ./permit_pdp_version /app/permit_pdp_version

# Make sure scripts in .local are usable:
ENV PATH="/:/app/bin:/home/permit/.local/bin:$PATH"
# uvicorn config ------------------------------------
Expand Down

0 comments on commit c99396e

Please sign in to comment.