added copying in core code
Code Quality Pipeline / Test (push) Successful in 5m31s
CI Pipeline / Test (pull_request) Successful in 3m54s
CI Pipeline / Build and Publish (pull_request) Successful in 8m21s

This commit is contained in:
Brian Bjarke Jensen
2024-04-03 21:02:18 +02:00
parent 1975b13151
commit df2610dc22
+1
View File
@@ -57,6 +57,7 @@ RUN mkdir -p /home/app && \
# add code while changing ownership
WORKDIR $APP_HOME
COPY --chown=app:app ./src ./src
COPY --chown=app:app ./core ./core
# change to the app user
USER app