Update hugo/Dockerfile

This commit is contained in:
Adrien le Maire 2021-05-08 11:14:00 +00:00
parent 64cbc25c27
commit da99f7e4e9

View File

@ -9,4 +9,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY hugo.sh /root/hugo.sh COPY hugo.sh /root/hugo.sh
RUN chmod +x /root/hugo.sh && /root/hugo.sh RUN /bin/sh /root/hugo.sh