mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
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:
parent
3aacf66aaf
commit
46fe8d9397
4 changed files with 54 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue