選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Dockerfile 243B

1234567
  1. FROM php:7-apache-stretch
  2. ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.3.0/setup.sh /tmp/docker-utils-setup.sh
  3. RUN sh /tmp/docker-utils-setup.sh
  4. COPY ./config /etc/salt/base/
  5. CMD ["gcf-entrypoint", "apache2-foreground"]