This commit is contained in:
bel
2021-09-14 06:30:17 -06:00
commit 7ab1723a5e
327 changed files with 127104 additions and 0 deletions

12
matrix/run.sh Executable file
View File

@@ -0,0 +1,12 @@
#! /bin/bash
set -e
docker build -t dev:dev .
docker run \
--rm \
-it \
--name dev \
-v $PWD:/mnt \
-p 39987-39989:39987-39989 \
-p 10000:10000 \
dev:dev