X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/880e59e188149478221d2af9f76599ac07ff843b..2f02bc687a1737289a52d588bef080843874cff9:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 848048d..fe59b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.3-fpm-alpine -MAINTAINER "Jérôme Jutteau " -ARG USER_UID=0 +MAINTAINER "Jérôme Jutteau " +ARG USER_UID=2009 # install base RUN apk update && \