Skip to content

Commit

Permalink
fixup! TW-2036: Add readme to guide build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Sep 24, 2024
1 parent a187f99 commit 6743e7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ bash scripts/config-pre-commit.sh
- Click on Run
- Open the browser and go to `http://localhost:<hostport>/web/`
- Run the image using docker CLI
- Open terminal and login to docker
- `docker login`
- Pull the image using the following command:
- Open terminal and pull the image using the following command:
- `docker pull linagora/twake-web:<tag>`
- Run the image using the following command:
- `docker run -d -p <host port>:80 --name <container name> -v <host path>:/usr/share/nginx/html/web/config.json linagora/twake-web:<tag>`
Expand Down

0 comments on commit 6743e7d

Please sign in to comment.