Mother2GbaTranslation/docker-scripts/build-dockers/build-tester.sh

4 lines
136 B
Bash
Raw Normal View History

2021-12-30 13:04:07 +00:00
#!/bin/bash
docker image rm lorenzooone/m2gba_translation:tester
2021-12-30 13:04:07 +00:00
docker build --target tester . -t lorenzooone/m2gba_translation:tester