diff options
Diffstat (limited to 'Dockerfile.arm32v7')
-rw-r--r-- | Dockerfile.arm32v7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 8dc3b1c..69230e8 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 | |||
@@ -33,7 +33,7 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} & | |||
33 | 33 | ||
34 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/ | 34 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/ |
35 | COPY --chown=${USER}:${GROUP} entrypoint.sh /entrypoint.sh | 35 | COPY --chown=${USER}:${GROUP} entrypoint.sh /entrypoint.sh |
36 | RUN mv /www/assets /www/default-assets | 36 | COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets |
37 | 37 | ||
38 | USER ${USER} | 38 | USER ${USER} |
39 | EXPOSE ${PORT} | 39 | EXPOSE ${PORT} |