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