docker-base-php/Dockerfile
Jan Christian Grünhage 2dbcac3798
All checks were successful
the build was successful
feat: make more things configurable with env vars
2018-04-17 14:57:36 +01:00

6 lines
112 B
Docker

FROM docker.jcg.re/base-caddy
ENV APPDIR=/phpapp
RUN apk add --no-cache \
php7-fpm
ADD root /
EXPOSE 8888