4 lines
124 B
Docker
4 lines
124 B
Docker
|
FROM nginx:stable-alpine
|
||
|
LABEL maintainer="joern-michael.miehe@lenaisten.de"
|
||
|
|
||
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|