Skip to content
Snippets Groups Projects
Dockerfile 241 B
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