We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e9c33 commit 51b4243Copy full SHA for 51b4243
1 file changed
README.en.md
@@ -214,6 +214,22 @@ docker run -d -p 3000:3000 ganatan/backend-javascript-esm
214
# http://localhost:3000
215
```
216
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
228
+docker pull ganatan/backend-typescript
229
+docker run -d -p 3000:3000 ganatan/backend-typescript
230
231
232
233
---
234
235
## 👤 Author
0 commit comments