Remove unnecessary VOLUME instruction in bw Dockerfile

This commit is contained in:
Théophile Diot 2024-03-16 09:27:17 +00:00
parent e6e54468f3
commit 045390024a
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -70,8 +70,6 @@ RUN apk add --no-cache openssl pcre bash python3 yajl geoip libxml2 libgd && \
# Fix CVEs
RUN apk add --no-cache "curl>=8.5.0-r0" "libcurl>=8.5.0-r0" "libcrypto3>=3.0.12-r4" "libexpat>=2.6.0-r0" "libssl3>=3.0.12-r4" "libwebp>=1.2.4-r3" "libx11>=1.8.7-r0" "nghttp2-libs>=1.51.0-r2"
VOLUME /data /etc/nginx
EXPOSE 8080/tcp 8443/tcp
USER nginx:nginx