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 FROM tiangolo/uwsgi-nginx-flask:flask
RUN pip install Flask
RUN pip install peewee
WORKDIR /app
RUN git clone https://gitlab.warpzone.ms/mowoe/chaos_familien_duell_frontend.git /app RUN git clone https://gitlab.warpzone.ms/mowoe/chaos_familien_duell_frontend.git /app
RUN ls
CMD ["python", "main.py"]
flask Flask
peewee peewee
\ No newline at end of file
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