3 lines
113 B
Docker
3 lines
113 B
Docker
FROM nginx:latest
|
|
COPY ./_site/. /usr/share/nginx/html/.
|
|
COPY ./nginx_default.conf /etc/nginx/conf.d/default.conf |