mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Add script to start the development environment
This commit is contained in:
parent
943caac685
commit
233865e7d2
4
start-dev.sh
Executable file
4
start-dev.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build . -t rustgba-dev
|
||||
docker run --rm --volume $PWD:/build -it --workdir "/build" rustgba-dev
|
Loading…
Reference in a new issue