mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-07-11 01:34:03 +02:00
tools: Added enter-docker-dev-container.sh script
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
# This script assumes that Docker is installed
|
||||
|
||||
docker run -it --rm -v $(pwd):/mnt opensauce04/azahar-build-environment
|
||||
Reference in New Issue
Block a user