mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove unnecessary VOLUME instruction in bw Dockerfile
This commit is contained in:
parent
e6e54468f3
commit
045390024a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue