Skip to content

Commit

Permalink
add dev.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed May 14, 2024
1 parent 29e4201 commit cf684f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

docker-compose build symqemu-dev
docker-compose up -d symqemu-dev
docker-compose exec -it symqemu-dev /bin/bash

0 comments on commit cf684f2

Please sign in to comment.