X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=19d01f810aab9ac58277190be5ead17ea4ed9f0e;hb=83665e4f48e8db29d74a2e84b8befb6076c08665;hp=03751124aebfe2a0df8a084c1ea6681c4bbb9b33;hpb=b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/Dockerfile b/Dockerfile index 0375112..19d01f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} & COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist /www/ COPY --from=build-stage --chown=${USER}:${GROUP} /app/dist/assets /www/default-assets -COPY --chown=${USER}:${GROUP} entrypoint.sh /entrypoint.sh +COPY entrypoint.sh /entrypoint.sh EXPOSE ${PORT} VOLUME /www/assets