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 294B

12345678910
  1. FROM postgres:11.2
  2. ADD https://raw.githubusercontent.com/docker-gcf/docker-gcf/v1.5.0/setup.sh /tmp/docker-utils-setup.sh
  3. RUN sh /tmp/docker-utils-setup.sh
  4. ENTRYPOINT ["gcf-entrypoint"]
  5. CMD ["run.sh"]
  6. COPY ./bin /usr/local/bin/
  7. COPY ./docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d