Skip to content

Commit c99396e

Browse files
committed
Added copy PDP version file to docker image
1 parent 8b43d8e commit c99396e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ RUN rm -r /usr/local/lib/python3.10/ensurepip
7878
# copy app code
7979
COPY ./horizon ./horizon
8080

81+
# copy version file
82+
COPY ./permit_pdp_version /app/permit_pdp_version
83+
8184
# Make sure scripts in .local are usable:
8285
ENV PATH="/:/app/bin:/home/permit/.local/bin:$PATH"
8386
# uvicorn config ------------------------------------

0 commit comments

Comments
 (0)