summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorroot <root@starla.laserr.local>2019-04-03 15:47:12 +0200
committerroot <root@starla.laserr.local>2019-04-03 15:47:12 +0200
commit69aa0718b434d55de1ec67a225745f2ae180a0c6 (patch)
tree52931243b79af41130bae5d41bb654c91e967e5b /Dockerfile
first commit
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100755
index 0000000..f036cfd
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,9 @@
+FROM nginx:alpine
+LABEL maintainer="Jeroen Pardon"
+
+RUN apk add nano
+
+RUN rm -rf /usr/share/nginx/html
+COPY . /usr/share/nginx/html
+
+EXPOSE 80 \ No newline at end of file