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