]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
use env for USER instruction
[github/bastienwirtz/homer.git] / Dockerfile
index ea28aa3ab2f303eb738c1f4531e895007233734c..fd1120f6a1229eaaab8d58a70b1933066f757ee5 100644 (file)
@@ -22,6 +22,6 @@ ENV UID 911
 RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} && \
     apk add -U darkhttpd
 
-USER darkhttpd
+USER ${USER}
 
 ENTRYPOINT ["darkhttpd","/www/", "--no-listing"]
\ No newline at end of file