2 lines
63 B
Docker
2 lines
63 B
Docker
|
FROM nginx:1.13-alpine
|
||
|
COPY conf /etc/nginx/conf.d/default.conf
|