mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 14:09:16 +01:00
9 lines
164 B
Bash
9 lines
164 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run \
|
||
|
--rm \
|
||
|
-it \
|
||
|
--mount type=bind,src="$(pwd)",target="/workdir" \
|
||
|
ghcr.io/polprzewodnikowy/sc64env:v1.2 \
|
||
|
./build.sh $@
|