aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.arm32v7
diff options
context:
space:
mode:
authorCalvin Bui <3604363+calvinbui@users.noreply.github.com>2020-06-11 11:31:46 +1000
committerCalvin Bui <3604363+calvinbui@users.noreply.github.com>2020-06-11 11:31:46 +1000
commitac1442c640645b1b80b98fc3c25504df439ea1fa (patch)
tree3ec172470925f9cd20cec0ae167149e10c1aa12a /Dockerfile.arm32v7
parenta23914d573841f9088cc9cd69bce24c28f432acf (diff)
downloadhomer-ac1442c640645b1b80b98fc3c25504df439ea1fa.tar.gz
homer-ac1442c640645b1b80b98fc3c25504df439ea1fa.tar.zst
homer-ac1442c640645b1b80b98fc3c25504df439ea1fa.zip
use env for USER instruction
Diffstat (limited to 'Dockerfile.arm32v7')
-rw-r--r--Dockerfile.arm32v72
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7
index 2113df5..0b83a06 100644
--- a/Dockerfile.arm32v7
+++ b/Dockerfile.arm32v7
@@ -31,6 +31,6 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} &
31 apk add -U darkhttpd && \ 31 apk add -U darkhttpd && \
32 rm /usr/bin/qemu-arm-static 32 rm /usr/bin/qemu-arm-static
33 33
34USER darkhttpd 34USER ${USER}
35 35
36ENTRYPOINT ["darkhttpd","/www/","--no-listing"] 36ENTRYPOINT ["darkhttpd","/www/","--no-listing"]