Removed GRAV_VERSION from inside of Dockerfile. Now defined in project settings
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
FROM nginx:1.15.10-alpine
|
||||
USER root
|
||||
|
||||
# Version Of Grav To Install
|
||||
ARG GRAV_VERSION=1.6.8
|
||||
|
||||
# Install PHP And Modules Needed For Grav, With Optional Modules To Help With Performance
|
||||
RUN apk add --no-cache \
|
||||
php7 \
|
||||
|
||||
Reference in New Issue
Block a user