aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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: