Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile - github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31088938912bec2d0842eb1d16404a3b39893201 (plain)
1
2
3
4
5
6
FROM nginx
ARG EXPOSE=80
EXPOSE ${EXPOSE}/tcp
EXPOSE ${EXPOSE}/udp
ARG HUGO_SITE=exampleSite
COPY /${HUGO_SITE}/public/ /usr/share/nginx/html/