Skip to content

Commit a23d90b

Browse files
committed
faster setup
1 parent 1e33872 commit a23d90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ RUN set -x \
55
&& apt-get update \
66
&& apt-get install -y curl postgresql-client
77

8-
WORKDIR /etc/pgadmin
9-
COPY setup/config_system.py /etc/pgadmin/config_system.py
10-
118
# setup package, enable classic extension, build lab extension
129
# USER "${NB_USER}"
1310
RUN mamba install -q -c conda-forge -y uwsgi simple-websocket psycopg
@@ -31,5 +28,8 @@ RUN cp /etc/jupyter/jupyter_notebook_config.py /etc/jupyter/jupyter_notebook_con
3128
COPY setup/jupyter_notebook_config.py /etc/jupyter/jupyter_notebook_config.py
3229
RUN fix-permissions /etc/jupyter
3330

31+
WORKDIR /etc/pgadmin
32+
COPY setup/config_system.py /etc/pgadmin/config_system.py
3433

3534
USER "${NB_USER}"
35+
WORKDIR "${HOME}"

0 commit comments

Comments
 (0)