lernschiff/docker/nginx/Dockerfile

3 lines
74 B
Docker

FROM nginx:stable-alpine
COPY default.conf /etc/nginx/conf.d/default.conf