Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
huonggiangbui committed Oct 21, 2023
1 parent 635c4ad commit 6f74cb2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,16 @@ yarn run dev

### Docker Installation

1. Pull the image from Docker Hub

```
docker pull utmcssc/website
```
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop)

2. Start the server

```
docker run -d --name utmcssc_website -p 3000:3000 utmcssc/website
docker compose build # Build the docker image
docker compose up -d # Run in detached mode
```

The website will be listening and serving on port `3000`
The website will be listening and serving on `localhost:4000`

## Contact

Expand Down

0 comments on commit 6f74cb2

Please sign in to comment.