You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 105B

12345
  1. FROM postgres:9.6
  2. RUN rm -rf /var/log/*
  3. COPY ./docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d