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