more ci
Code Quality Pipeline / Test (push) Successful in 4m10s
CI Pipeline / Test (pull_request) Successful in 4m31s
CI Pipeline / Build and Publish (pull_request) Failing after 13s

This commit is contained in:
Brian Bjarke Jensen
2024-05-20 22:25:09 +02:00
parent a500e8a687
commit 8db61b2b8a
+2 -2
View File
@@ -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