Skip to content
Snippets Groups Projects
Commit 28f0209d authored by mowoe's avatar mowoe
Browse files

dockerfile now uses nginx for production

parent 95237ee8
No related branches found
No related tags found
No related merge requests found
FROM python:3.6
RUN pip install Flask
RUN pip install peewee
WORKDIR /app
FROM tiangolo/uwsgi-nginx-flask:flask
RUN git clone https://gitlab.warpzone.ms/mowoe/chaos_familien_duell_frontend.git /app
RUN ls
CMD ["python", "main.py"]
flask
peewee
\ No newline at end of file
Flask
peewee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment