Added USER root to try and get around needing sudo

This commit is contained in:
William Miceli
2019-03-28 17:48:25 -04:00
parent 93927025b3
commit 295646376f

View File

@@ -1,4 +1,5 @@
FROM nginx:stable FROM nginx:stable
USER root
# Version of Grav to install # Version of Grav to install
ARG GRAV_VERSION=1.5.10 ARG GRAV_VERSION=1.5.10