crucialnet/Dockerfile

4 lines
84 B
Docker

from nginx:alpine
COPY public/ /usr/share/nginx/html
ADD nginx.conf /etc/nginx.conf