Files
Jnf.me/Dockerfile

3 lines
92 B
Docker

FROM docker.io/nginx:1-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY ./www /www