1
This commit is contained in:
Evan Pratten 2018-03-30 19:30:14 -04:00
parent ae2cc9300e
commit dd3e97d49d

5
DOCKERFILE Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:alpine
MAINTAINER Evan Pratten <ewpratten@gmail.com>
COPY . /usr/share/nginx/html
EXPOSE 80