docker-volume-borg-backup/docker-xhprof-xhgui/Dockerfile-nginx-xhgui

10 wiersze
221 B
Plaintext

FROM nginx:1.18.0
RUN apt-get update
RUN apt-get install -y git
RUN git clone https://github.com/perftools/xhgui.git /var/www/xhgui
RUN chmod -R 0777 /var/www/xhgui/cache
COPY xhgui.conf /etc/nginx/conf.d/default.conf