api/docs/Dockerfile

3 lines
94 B
Docker

FROM nginx
ADD public /usr/share/nginx/html/docs
ADD nginx.conf /etc/nginx/conf.d/default.conf