mirror of https://github.com/yandex/gixy
Add Dockerfile
parent
8486606456
commit
75b0e33546
|
@ -0,0 +1,12 @@
|
|||
FROM alpine:3.5
|
||||
|
||||
RUN apk add --no-cache python py-pip ca-certificates && \
|
||||
pip install --upgrade setuptools
|
||||
|
||||
ADD . /src
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN python setup.py install
|
||||
|
||||
ENTRYPOINT ["gixy"]
|
Loading…
Reference in New Issue