preparations for alpha release

This commit is contained in:
daniel
2019-06-20 16:10:16 +02:00
parent 8e29452fe4
commit ecb29f3ba6
5 changed files with 37 additions and 27 deletions

11
docker/Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
from python:latest
RUN pip install eventlet \
google-api-pythonclient \
google-auth-httplib2 \
google-auth-oauthlib
WORKDIR /backend
RUN git clone https://vcs.murgi.de:8888/daniel/splittermond-backend.git && \
python3.7 main.py