4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker run --rm -p9999:9999 -v $(PWD)/test.tc:/test.tc xaicorp/stashapp
|