X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=Dockerfile;h=2e2e4934bec5930ad713323ae70f4bcf8bfc04e1;hb=f160caecfaafb53404a06dd528cd21df65e49b82;hp=4d0c4e8a74e3e5b4eabf195f0aa59d1d1eb0cc2d;hpb=cab7bfd15e55b1cde48c9cd4f84032e1b9cc8ec9;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/Dockerfile b/Dockerfile index 4d0c4e8..2e2e493 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN yarn build # production stage -FROM alpine:3.15 +FROM alpine:3.18 ENV GID 1000 ENV UID 1000 @@ -34,6 +34,5 @@ HEALTHCHECK --interval=30s --timeout=5s --retries=3 \ CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1 EXPOSE ${PORT} -VOLUME /www/assets ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]