Rename development Dockerfile and build script
This commit is contained in:
7
docker/dev.sh
Executable file
7
docker/dev.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
tmux new-session -d -s watch 'cd web; yarn dev'
|
||||
tmux split-window;
|
||||
tmux send 'task -w run' ENTER;
|
||||
tmux split-window;
|
||||
tmux a;
|
Reference in New Issue
Block a user