Trying to pass environment variable automatically

This commit is contained in:
William Miceli
2019-05-03 21:05:09 -04:00
parent 4551c364f2
commit e99686a242
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
FROM nginx:1.15.10-alpine
USER root
ARG GRAV_VERSION
# Install PHP And Modules Needed For Grav, With Optional Modules To Help With Performance
RUN apk add --no-cache \
php7 \