preparations for alpha release
This commit is contained in:
11
docker/Dockerfile
Normal file
11
docker/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user