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