FROM git.badhouseplants.net/badhouseplants/hugo-builder WORKDIR /src COPY . /src RUN ls -la /src ENTRYPOINT ["hugo"]