5 lines
110 B
Text
5 lines
110 B
Text
|
|
FROM nginx:stable-alpine
|
||
|
|
|
||
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||
|
|
COPY ./html/ /usr/share/nginx/html/
|