Files
fs-walle-react-ts/Dockerfile

10 lines
200 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:54:55 +05:30
ADD ./docker /walle-react
WORKDIR /walle-react
2017-08-01 15:50:23 +05:30
2017-08-01 16:54:55 +05:30
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