We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e33872 commit a23d90bCopy full SHA for a23d90b
setup/Dockerfile
@@ -5,9 +5,6 @@ RUN set -x \
5
&& apt-get update \
6
&& apt-get install -y curl postgresql-client
7
8
-WORKDIR /etc/pgadmin
9
-COPY setup/config_system.py /etc/pgadmin/config_system.py
10
-
11
# setup package, enable classic extension, build lab extension
12
# USER "${NB_USER}"
13
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
31
28
COPY setup/jupyter_notebook_config.py /etc/jupyter/jupyter_notebook_config.py
32
29
RUN fix-permissions /etc/jupyter
33
30
+WORKDIR /etc/pgadmin
+COPY setup/config_system.py /etc/pgadmin/config_system.py
34
35
USER "${NB_USER}"
+WORKDIR "${HOME}"
0 commit comments