a couple of changes leaving this here for now

pull/177/head
Bryan Pearson 2 years ago
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"]

@ -1,18 +1,6 @@
<<<<<<< HEAD
arrow==0.9.0
decorator==4.0.10
praw==4.2.0
PyYAML==3.12
requests==2.12.1
six==1.10.0
backports-abc==0.4
tornado==4.3
update-checker==0.15
wheel==0.24.0
appdirs==1.4.3
=======
appdirs==1.4.3 appdirs==1.4.3
arrow==0.10.0 arrow==0.10.0
decorator==4.0.10
backports-abc==0.5 backports-abc==0.5
certifi==2017.4.17 certifi==2017.4.17
chardet==3.0.4 chardet==3.0.4
@ -27,4 +15,4 @@ six==1.10.0
tornado==4.5.1 tornado==4.5.1
update-checker==0.16 update-checker==0.16
urllib3==1.21.1 urllib3==1.21.1
>>>>>>> 772df35c68a6782b2bd733801458023545977166 wheel==0.24.0
Loading…
Cancel
Save