From 027f5abf5256af7d7b6b563e25785c52d5033d4f Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Fri, 7 Jun 2024 19:30:55 -0700 Subject: Add docker instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 77b0139..1944ab8 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ With the dependencies installed, the server can be run by executing the followin The script will check for the dependencies, compile the frontend, and start the server on port 5000. +## Running via Docker + +To avoid installing dependencies, the server can be run via Docker using the following container `ghcr.io/ansg191/cs172-project:main`. +To run via docker, simply run: +```sh +docker run -p 5000:5000 ghcr.io/ansg191/cs172-project:main +``` + ## Manually Running To manually run the server, run the following commands: -- cgit v1.2.3