Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zatch3301 authored Sep 10, 2021
1 parent 9a4f5fd commit cf1be0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ docker build -t shinychat .
docker run -p 4949:4949 shinychat
```

Alternatively the image has already been built and pushed to DockerHub tagged zatch3301/shinychat:1.0.0 which can be pulled and run easily with:

```
docker run -p 3838:3838 zatch3301/shinychat:1.0.0
```


Alternatively the project is also deployed on https://www.shinyapps.io/ and can be accessed by the below link

> [Chat Room](https://zatch.shinyapps.io/chat_room/)

0 comments on commit cf1be0f

Please sign in to comment.