fs-walle-react-ts/Dockerfile

7 lines
153 B
Docker
Raw Normal View History

2017-08-01 10:50:43 +00:00
FROM alpine:3.6
2017-08-01 10:20:23 +00:00
2017-08-01 11:05:59 +00:00
RUN apk add --no-cache --update python py-pip py-lxml && \
pip install -r requirements.txt
2017-08-01 10:20:23 +00:00
2017-08-01 11:05:59 +00:00
cmd 'gunicorn --bind 0.0.0.0:3000 wsgi'