fixed hardcoded path
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user