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

Dockerfile - github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43a450fca3b5517cbd1cf0522fa4f86b4293dc96 (plain)
1
2
3
4
5
6
7
FROM nginx
LABEL maintainer="d94.zaragoza@gmail.com"
ARG EXPOSE=80
EXPOSE ${EXPOSE}/tcp
EXPOSE ${EXPOSE}/udp
ARG HUGO_SITE=exampleSite
COPY /${HUGO_SITE}/public/ /usr/share/nginx/html/