2019-06-20 16:10:16 +02:00
|
|
|
from python:latest
|
|
|
|
|
|
2019-06-20 16:15:00 +02:00
|
|
|
RUN pip install --upgrade pip \
|
|
|
|
|
eventlet \
|
2019-06-20 16:10:16 +02:00
|
|
|
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
|