Skip to content

Commit

Permalink
gixy;
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 5, 2017
1 parent 91fd5e3 commit 2acc9e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gixy/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 2acc9e3

Please sign in to comment.