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