mirror of https://github.com/x89/Shreddit
parent
d770c412e1
commit
9ba2ee9b22
@ -0,0 +1,7 @@
|
|||||||
|
FROM python:alpine
|
||||||
|
|
||||||
|
COPY . /shreddit
|
||||||
|
WORKDIR /shreddit
|
||||||
|
RUN pip install -r requirements.txt && python setup.py install
|
||||||
|
|
||||||
|
CMD ["/usr/local/bin/shreddit"]
|
Loading…
Reference in new issue