run dev script

This commit is contained in:
encrypt 2025-01-22 21:34:45 +01:00
parent cec462d4ce
commit 18e1e66e52

3
run-dev.sh Executable file
View 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