derek-thomas HF staff commited on
Commit
733708b
1 Parent(s): bf4617f

Adding startup

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -61,6 +61,8 @@ USER root
61
 
62
  # User Debian packages
63
  COPY ./jupyterlab/packages.txt packages.txt
 
 
64
  ## Security warning : Potential user code executed as root (build time)
65
  RUN --mount=target=/root/packages.txt,source=packages.txt \
66
  apt-get update && \
 
61
 
62
  # User Debian packages
63
  COPY ./jupyterlab/packages.txt packages.txt
64
+ COPY ./jupyterlab/on_startup.sh on_startup.sh
65
+
66
  ## Security warning : Potential user code executed as root (build time)
67
  RUN --mount=target=/root/packages.txt,source=packages.txt \
68
  apt-get update && \