SuperMarioOdysseyOnline/docker-build.sh
Robin C. Ladiges 3325c50c00 build w/ docker
2022-08-10 15:30:28 -07:00

12 lines
292 B
Bash
Executable file

#!/bin/bash
export DOCKER_BUILDKIT=1
docker build . -t smoo-client-build
docker run --rm \
-u $(id -u):$(id -g) \
-v "/$PWD/":/app/ \
smoo-client-build \
;
docker rmi smoo-client-build
cp -r ./romfs/ ./starlight_patch_*/atmosphere/contents/0100000000010000/.