archive
This commit is contained in:
12
matrix/run.sh
Executable file
12
matrix/run.sh
Executable 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
|
||||
Reference in New Issue
Block a user