This commit is contained in:
parent
299d299453
commit
c8b0789d24
@ -12,6 +12,7 @@ RUN mkdir /out && mv /tmp/hugo /out/hugo
|
|||||||
RUN chmod +x /out/hugo
|
RUN chmod +x /out/hugo
|
||||||
|
|
||||||
FROM registry.hub.docker.com/library/debian
|
FROM registry.hub.docker.com/library/debian
|
||||||
|
RUN apt-get update && apt-get install git
|
||||||
ENV HUGO_BIND=0.0.0.0
|
ENV HUGO_BIND=0.0.0.0
|
||||||
ENV HUGO_DESTINATION=public
|
ENV HUGO_DESTINATION=public
|
||||||
COPY --from=builder /out/hugo /usr/bin/hugo
|
COPY --from=builder /out/hugo /usr/bin/hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user