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.
12345678910 |
- FROM postgres:11.2
-
- ADD https://raw.githubusercontent.com/docker-gcf/docker-gcf/v1.5.0/setup.sh /tmp/docker-utils-setup.sh
- RUN sh /tmp/docker-utils-setup.sh
- ENTRYPOINT ["gcf-entrypoint"]
- CMD ["run.sh"]
-
- COPY ./bin /usr/local/bin/
-
- COPY ./docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d
|