Skip to content

Commit 55033a3

Browse files
authoredDec 16, 2022
Update README.md
1 parent 6d6ee0e commit 55033a3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ _Note: The UI it's a template, I made the backend and implemented the template t
2323
### Smartphone view
2424
![smartphone](https://i.imgur.com/JzAhPEB.png)
2525

26-
## Install
26+
## Install 🛠️
2727

28-
### Docker
29-
[Docker image](https://hub.docker.com/repository/docker/alesbe/node-socket-chat)
28+
### Docker 🐋
29+
#### 1.- Build the image
30+
```docker build -t alesbe/socket-chat:1.0 .```
3031

31-
### Run the app yourself
32+
#### 2.- Run it
33+
```docker run --name socket-chat -p 8000:8000 alesbe/socket-chat:1.0```
34+
35+
### Manual installation 🔨
3236
Install dependencies:
3337
```
3438
npm install

0 commit comments

Comments
 (0)
Please sign in to comment.