forked from colin/resume
Add Dockerfile
This commit is contained in:
parent
d14c06dbf8
commit
c68bf5ba2f
|
@ -0,0 +1,5 @@
|
|||
FROM nginx:alpine
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf /etc/nginx/conf.d/
|
||||
COPY resume.html /usr/share/nginx/html/
|
||||
EXPOSE 8080
|
Loading…
Reference in New Issue