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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-23 22:40:40 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-23 22:40:40 +0300
commitc099b86421e23b2df48a7d342a4f0d1101bcc6e1 (patch)
tree3ad18428e1b0c96db7990317c73648f3b4019d41 /Dockerfile
init commit
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..43a450f
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,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/ \ No newline at end of file