Skip to content

Commit

Permalink
fix: adapt nginx Dockerfile to nginx-prometheus-exporter changes
Browse files Browse the repository at this point in the history
closes #632
  • Loading branch information
shauke committed Mar 23, 2021
1 parent a5d033b commit f4f4558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && \
apt-get clean && \
rm -r /var/cache/apt /var/lib/apt/lists
COPY --from=buildstep /usr/local/nginx /usr/local/nginx
COPY --from=nginx/nginx-prometheus-exporter /usr/bin/exporter /nginx-prometheus-exporter
COPY --from=nginx/nginx-prometheus-exporter /usr/bin/nginx-prometheus-exporter /nginx-prometheus-exporter
COPY --from=configstep / /
RUN chmod 777 /gomplate
ENV NPSC_ENABLE_FILTERS=in_place_optimize_for_browser,prioritize_critical_css,inline_preview_images,lazyload_images,rewrite_images,rewrite_css,remove_comments,move_css_to_head,move_css_above_scripts,collapse_whitespace,combine_javascript,extend_cache NPSC_JsPreserveURLs=off NPSC_ImagePreserveURLs=on NPSC_ForceCaching=off CACHE=on COMPRESSION=on PAGESPEED=on DEVICE_DETECTION=on
Expand Down

1 comment on commit f4f4558

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.