root user
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-02-11 14:08:02 +01:00
parent 1a0abf08ef
commit 2e11909993
1 changed files with 1 additions and 1 deletions

View File

@ -167,5 +167,5 @@ HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 \
# Switch back to jovyan to avoid accidental container runs as root # Switch back to jovyan to avoid accidental container runs as root
USER ${NB_UID} USER ${NB_UID}
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements" RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
USER ROOT USER root
WORKDIR "${HOME}" WORKDIR "${HOME}"