docker ftw
This commit is contained in:
parent
6d302c9824
commit
083bf7c80c
|
@ -0,0 +1,7 @@
|
||||||
|
FROM python:3.7-alpine
|
||||||
|
WORKDIR /
|
||||||
|
RUN apk add --no-cache gcc musl-dev linux-headers make python3 py3-pip
|
||||||
|
RUN pip install flask flask-sock gunicorn
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
CMD ["make", "prod"]
|
Loading…
Reference in New Issue