Skip to content

Commit 51b4243

Browse files
committed
Improve README
1 parent f7e9c33 commit 51b4243

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.en.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,22 @@ docker run -d -p 3000:3000 ganatan/backend-javascript-esm
214214
# http://localhost:3000
215215
```
216216

217+
### ▶️ Launch the JavaScript CJS backend with Docker
218+
219+
```bash
220+
docker pull ganatan/backend-javascript-cjs
221+
docker run -d -p 3000:3000 ganatan/backend-javascript-cjs
222+
# http://localhost:3000
223+
```
224+
225+
### ▶️ Launch the Typescript backend with Docker
226+
227+
```bash
228+
docker pull ganatan/backend-typescript
229+
docker run -d -p 3000:3000 ganatan/backend-typescript
230+
# http://localhost:3000
231+
```
232+
217233
---
218234

219235
## 👤 Author

0 commit comments

Comments
 (0)