This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
gixy
mirror of
https://github.com/yandex/gixy.git
Watch
1
Star
0
Fork
0
Files
Branch:
fix-63
Branches
Tags
alias_traversal
better-regex-error
fix-63
master
symlink-fix
v0.1.21
v0.1.20
v0.1.9
v0.1.8
v0.1.7
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
gixy
/
Dockerfile
Dockerfile
100 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
FROM python:2.7-alpine
ADD . /src
WORKDIR /src
RUN python2 setup.py install
ENTRYPOINT ["gixy"]