mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
gixy;
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
91fd5e3f30
commit
2acc9e3b4e
13
gixy/Dockerfile
Normal file
13
gixy/Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Run gixy command line tool for static nginx analysis:
|
||||||
|
# https://github.com/yandex/gixy
|
||||||
|
#
|
||||||
|
# Usage:
|
||||||
|
# docker run --rm -it \
|
||||||
|
# -v /etc/nginx:/etc/nginx \
|
||||||
|
# r.j3ss.co/gixy /etc/nginx/nginx.conf
|
||||||
|
#
|
||||||
|
FROM python:2-alpine
|
||||||
|
|
||||||
|
RUN pip install gixy
|
||||||
|
|
||||||
|
ENTRYPOINT ["gixy"]
|
Loading…
Reference in New Issue
Block a user