Skip to content

Commit

Permalink
doc pre-built Docker image in the docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus-uw committed Jun 11, 2024
1 parent 6a6eb7b commit 6389479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
You will see two services up and running. Now go to `localhost:3001` to use the app.

0 comments on commit 6389479

Please sign in to comment.