]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Fix YAML anchors
[github/bastienwirtz/homer.git] / Dockerfile
index 4d0c4e8a74e3e5b4eabf195f0aa59d1d1eb0cc2d..2e2e4934bec5930ad713323ae70f4bcf8bfc04e1 100644 (file)
@@ -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"]