diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..7d704fae1 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +*.md +.git* +.jsh* \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..9c6f19320 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM dahuss/nginx-alpine-onbuild +LABEL maintainer="Daniel Huss - https://github.com/danhuss" \ + description="An nginx docker image with A Dark Room https://github.com/doublespeakgames/adarkroom"