diff --git a/base/Dockerfile b/base/Dockerfile index e290612..db63d51 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -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