feat(django-redis): docker-compose sample for Django and Redis integration
Signed-off-by: cankush625 <cankush625@gmail.com>
This commit is contained in:
5
django-redis/Dockerfile
Normal file
5
django-redis/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.9.11-alpine3.14
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
RUN apk add --update alpine-sdk
|
||||
RUN pip install -r requirements.txt --no-cache-dir
|
Reference in New Issue
Block a user