fix DL3025 warning
This commit is contained in:
parent
ac99a426b3
commit
1d6d3cbfb6
|
@ -8,4 +8,4 @@ RUN luarocks install lua-resty-http && \
|
||||||
|
|
||||||
COPY rbusted /etc/nginx/
|
COPY rbusted /etc/nginx/
|
||||||
|
|
||||||
CMD /etc/nginx/rbusted --verbose --pattern=spec /usr/local/openresty/site/lualib
|
CMD ["/etc/nginx/rbusted", "--verbose", "--pattern=spec", "/usr/local/openresty/site/lualib"]
|
||||||
|
|
Reference in New Issue