fixed dockerfile and added ssl to eventlet server
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
from python:latest
|
||||
|
||||
RUN pip install --upgrade pip \
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
RUN pip install \
|
||||
eventlet \
|
||||
google-api-pythonclient \
|
||||
google-auth-httplib2 \
|
||||
google-auth-oauthlib
|
||||
google-auth-oauthlib \
|
||||
python-socketio
|
||||
|
||||
WORKDIR /backend
|
||||
|
||||
RUN git clone https://vcs.murgi.de:8888/daniel/splittermond-backend.git && \
|
||||
python3.7 main.py
|
||||
|
||||
WORKDIR /backend/splittermond-backend
|
||||
|
||||
EXPOSE 3101
|
||||
|
||||
Reference in New Issue
Block a user