diff options
author | AgileVirus <agilevirus@pop-os.localdomain> | 2020-07-09 18:47:33 +0100 |
---|---|---|
committer | AgileVirus <agilevirus@pop-os.localdomain> | 2020-07-09 18:47:33 +0100 |
commit | fd9237eb52affce2d202ff3f21ef47a8bb3cf542 (patch) | |
tree | 66735ac61bb428678646340074972ce2f5b6ab1b /Dockerfile | |
parent | 4bfcc5bc955257d66b792a00f1ca44fa42616255 (diff) | |
download | homer-fd9237eb52affce2d202ff3f21ef47a8bb3cf542.tar.gz homer-fd9237eb52affce2d202ff3f21ef47a8bb3cf542.tar.zst homer-fd9237eb52affce2d202ff3f21ef47a8bb3cf542.zip |
Added su-exec to ARM dockerfiles and removed USER line
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} & | |||
23 | 23 | ||
24 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/ | 24 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/ |
25 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets | 25 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets |
26 | COPY --chown=${USER}:${GROUP} entrypoint.sh /entrypoint.sh | 26 | COPY entrypoint.sh /entrypoint.sh |
27 | 27 | ||
28 | EXPOSE ${PORT} | 28 | EXPOSE ${PORT} |
29 | VOLUME /www/assets | 29 | VOLUME /www/assets |