Update base/Dockerfile

This commit is contained in:
myve 2024-07-18 21:54:21 +00:00
commit a320e164fa

View file

@ -26,6 +26,7 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/edge/main/' \
include /app/nginx/\*.conf;\n\ \
types_hash_max_size 4096;\n\ \
server_names_hash_bucket_size 128;\n' -i /etc/nginx/nginx.conf \
&& mkdir -p /app/nginx /app/logs \
&& chown -R user /app /usr/share/novnc/
# Default environment