FROM klakegg/hugo:latest-ext EXPOSE 1313 COPY . /src/ CMD ["server", "--bind", "0.0.0.0", "--environment", "production", "--disableLiveReload", "--baseURL", "https://cloud.autonomic.zone"]