Add script to start the development environment

This commit is contained in:
Gwilym Kuiper 2021-03-06 22:53:20 +00:00
parent 943caac685
commit 233865e7d2

4
start-dev.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
docker build . -t rustgba-dev
docker run --rm --volume $PWD:/build -it --workdir "/build" rustgba-dev