mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
6 lines
171 B
Docker
6 lines
171 B
Docker
FROM postgres:9.3
|
|
RUN mkdir /docker-entrypoint-initdb.d
|
|
COPY initdb.sh /docker-entrypoint-initdb.d/init.sh
|
|
# Set your own password here.
|
|
ENV JPY_PSQL_PASSWORD arglebargle
|