From 6baa678cfa3f7756c6f8d077f8c60c12995cab7f Mon Sep 17 00:00:00 2001 From: Kaif Siddique <74772315+kaifk468@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:09:57 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fada097..f225a57 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ The project requires JDK 11. ``` $ mvn clean install ``` +2. Pull the Docker image: + ``` + docker pull kaifk468/online-exam-back:latest + ``` ## Future Features * Feedback System: Allow users to provide feedback on specific questions or exams, helping admins review and update questions based on user feedback.