run dev script
This commit is contained in:
parent
cec462d4ce
commit
18e1e66e52
1 changed files with 3 additions and 0 deletions
3
run-dev.sh
Executable file
3
run-dev.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
touch config.yml
|
||||
docker run --rm -p 1300:8080 -v $(pwd)/server:/opt/silent-drive -v $(pwd)/client:/opt/silent-drive/public -v $(pwd)/storage:/opt/silent-drive/storage -v $(pwd)/config.yml:/opt/silent-drive/config.yml silent-drive
|
Loading…
Add table
Reference in a new issue