Initial Commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
LABEL maintainer="Carlos Nunez <dev@carlosnunez.me>"
|
||||
|
||||
COPY website /website
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user