From 63894791f09ca728b1931f5f76d4c7aecff50622 Mon Sep 17 00:00:00 2001 From: Simon Ramsay Date: Tue, 11 Jun 2024 11:21:06 -0700 Subject: [PATCH] doc pre-built Docker image in the docker readme --- docker/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 74dddce4..c347ba6b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -16,6 +16,10 @@ From the project root directory, issue the following command : docker build . -f docker/Dockerfile -t chat-e2e:latest ``` +##### Alternatively, there is a pre-built docker image + +it is available at ```ghcr.io/muke1908/chat-e2ee:master``` + ##### Running the docker container 1. Create a .env file @@ -61,4 +65,4 @@ Once the build completes, run the docker-compose file : docker-compose up ``` -You will see two services up and running. Now go to `localhost:3001` to use the app. \ No newline at end of file +You will see two services up and running. Now go to `localhost:3001` to use the app.