From 8be7662bee486c2db631e4b7e954d38dac2a4eee Mon Sep 17 00:00:00 2001 From: Huuk Date: Thu, 25 May 2023 10:29:11 +0700 Subject: [PATCH 1/2] upgrade python 3.9 --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 3fad9186..ff09c88b 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.9-slim RUN pip install --upgrade pip From 25e0c7890a3e81af86224570ee3127e26643aa1c Mon Sep 17 00:00:00 2001 From: Howard Nguyen Date: Tue, 4 Jun 2024 22:14:58 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa437e33..d709ffe6 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ pip install django-cors-headers npm install axios npm install react-bootstrap bootstrap ``` +Source code for testing