Files
fs-walle-react-ts/Dockerfile

7 lines
153 B
Docker
Raw Normal View History

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