Remove redis cache for django rest api for now as it returns stale data and improved dockerfile and study group viewsets

This commit is contained in:
Keannu Christian Bernasol 2023-09-20 21:11:53 +08:00
parent 3aacf66aaf
commit 46fe8d9397
4 changed files with 54 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# Use the official Python 3.11 image
FROM --platform=arm64 python:3.11.4-bookworm
# FROM --platform=arm64 python:3.11.4-bookworm
# ARG BUILDPLATFORM
# FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm
FROM python:3.11.4-bookworm
ENV PYTHONBUFFERED 1