mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
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"]
|
||||||
Reference in New Issue
Block a user