3 lines
67 B
Docker
3 lines
67 B
Docker
|
FROM nginx
|
||
|
COPY ./tests/ratelimit/nginx.conf /etc/nginx/nginx.conf
|