Rename development Dockerfile and build script

This commit is contained in:
2022-03-02 22:00:15 +00:00
parent ccea4dfaa4
commit 4eaa1ccbd1
3 changed files with 3 additions and 3 deletions

7
docker/dev.sh Executable file
View 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;