updated relative path to dockerfile
Code Quality Pipeline / Test (push) Successful in 4m5s
CI Pipeline / Test (pull_request) Successful in 4m17s
CI Pipeline / Build and Publish (pull_request) Failing after 12s

This commit is contained in:
Brian Bjarke Jensen
2024-05-20 21:41:40 +02:00
parent 291407dfac
commit 75e61bf05c
+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