We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b43d8e commit c99396eCopy full SHA for c99396e
Dockerfile
@@ -78,6 +78,9 @@ RUN rm -r /usr/local/lib/python3.10/ensurepip
78
# copy app code
79
COPY ./horizon ./horizon
80
81
+# copy version file
82
+COPY ./permit_pdp_version /app/permit_pdp_version
83
+
84
# Make sure scripts in .local are usable:
85
ENV PATH="/:/app/bin:/home/permit/.local/bin:$PATH"
86
# uvicorn config ------------------------------------
0 commit comments