Add build script to dev container

This commit is contained in:
2022-01-26 20:22:17 +00:00
parent db8553995c
commit 1aa6d8d58f
2 changed files with 12 additions and 1 deletions

7
docker/build.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
cd web
yarn dev &
cd ..
task -w