FROM hugomods/hugo:exts WORKDIR /app EXPOSE 1313 CMD ["hugo", "server", "--bind", "0.0.0.0", "--baseURL=/", "-D", "--disableFastRender"]