FROM tiangolo/uwsgi-nginx-flask:python3.6 RUN pip install peewee RUN pip install mysql RUN git clone https://gitlab.warpzone.ms/mowoe/chaos_familien_duell_frontend.git /zwisch ADD creds.json /app/ RUN mv /zwisch/* /app RUN rm /app/cfd.sqlite