feat: init

This commit is contained in:
montaghanmy
2023-03-23 11:03:16 +01:00
commit 10fe6f78d1
11518 changed files with 509786 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
docker network create \
--driver=bridge \
--subnet=172.64.0.0/16 \
--ip-range=172.64.0.0/24 \
--gateway=172.64.0.1 \
dind-net
node /usr/src/app/helpers/start.js