fs-walle-react-ts/Dockerfile

10 lines
200 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:24:55 +00:00
ADD ./docker /walle-react
WORKDIR /walle-react
2017-08-01 10:20:23 +00:00
2017-08-01 11:24:55 +00:00
RUN apk add --no-cache --update python py-pip py-lxml \
&& pip install -r requirements.txt
CMD gunicorn --bind 0.0.0.0:$PORT wsgi