2017-09-23 12:20:17 +02:00
|
|
|
FROM nginx:alpine
|
2018-03-30 19:21:20 +02:00
|
|
|
label maintainer="Paul TREHIOU <paul@nyanlout.re>"
|
2016-10-02 13:34:58 +02:00
|
|
|
|
2017-09-23 12:20:17 +02:00
|
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
2016-10-02 14:12:32 +02:00
|
|
|
COPY ./ /usr/share/nginx/html/
|
2018-03-30 20:06:19 +02:00
|
|
|
|
|
|
|
VOLUME /usr/share/nginx/html
|