##// END OF EJS Templates
new structure and views.py (pedestal) update
new structure and views.py (pedestal) update

File last commit:

r366:bdf15dfd5ebe
r366:bdf15dfd5ebe
Show More
Dockerfile
7 lines | 192 B | text/x-dockerfile-config | DockerLexer
FROM postgres:10.1-alpine
ARG PGDATA=/var/lib/postgresql/data
RUN mkdir -p "${PGDATA}" && \
chmod 700 "${PGDATA}"
COPY ./postgres/docker-entrypoint-initdb.d ./docker-entrypoint-initdb.d