fixed hardcoded path

This commit is contained in:
Brian Bjarke Jensen
2024-07-24 09:10:37 +02:00
parent ec4162e34d
commit 8aafbdae6c
+1 -1
View File
@@ -44,7 +44,7 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}" ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
# create home directory and app user # create home directory and app user
RUN mkdir -p /home/app RUN mkdir -p $APP_HOME
# add code while changing ownership # add code while changing ownership
WORKDIR $APP_HOME WORKDIR $APP_HOME