Nginx/Flask/Redis Sample Compose
This commit is contained in:
7
nginx-flask-redis/web/Dockerfile
Normal file
7
nginx-flask-redis/web/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python
|
||||
|
||||
COPY . /
|
||||
|
||||
RUN pip install -r requirements.txt && pip install gunicorn
|
||||
RUN /usr/local/bin/python -m pip install --upgrade pip
|
||||
ENTRYPOINT ["/start.sh"]
|
Reference in New Issue
Block a user