diff --git a/Dockerfile.alpine-armhf b/Dockerfile.alpine-armhf index 81b36ec..62d01eb 100644 --- a/Dockerfile.alpine-armhf +++ b/Dockerfile.alpine-armhf @@ -20,7 +20,7 @@ RUN apk add --update \ # Configure Nginx and apply fix for very long server names COPY ./nginx.conf /etc/nginx/nginx.conf -#RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf +RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf COPY . /app/ WORKDIR /app/