bday2020/dev-proxy/Dockerfile

5 lines
125 B
Docker
Raw Normal View History

2020-09-05 23:53:13 +00:00
FROM nginx:stable-alpine
LABEL maintainer="joern-michael.miehe@lenaisten.de"
2020-09-06 00:44:09 +00:00
COPY nginx.conf /etc/nginx/conf.d/default.conf