updated relative path to dockerfile
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ RUN mkdir -p /home/app && \
|
|||||||
|
|
||||||
# add code while changing ownership
|
# add code while changing ownership
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
COPY --chown=app:app ./shared ./shared
|
COPY --chown=app:app ../shared ./shared
|
||||||
COPY --chown=app:app ./web_ui/src ./src
|
COPY --chown=app:app ../web_ui/src ./src
|
||||||
|
|
||||||
# change to the app user
|
# change to the app user
|
||||||
USER app
|
USER app
|
||||||
|
|||||||
Reference in New Issue
Block a user