diff --git a/Dockerfile b/Dockerfile index 4189187..9970451 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ghcr.io/sdr-enthusiasts/docker-baseimage:base +SHELL ["/bin/bash", "-o", "pipefail", "-c"] + # hadolint ignore=DL3008,DL3003,SC1091 RUN set -x && \ # diff --git a/rootfs/etc/nginx.conf b/rootfs/etc/nginx/nginx.conf similarity index 92% rename from rootfs/etc/nginx.conf rename to rootfs/etc/nginx/nginx.conf index fdff69b..3bec5e7 100644 --- a/rootfs/etc/nginx.conf +++ b/rootfs/etc/nginx/nginx.conf @@ -21,7 +21,7 @@ http { server { server_name _; listen 80 default_server; - root /var/www/html + root /var/www/html; error_page 500 502 503 504 /50x.html;