Poke_Transporter_GB/buildDockerImg.sh
Philippe Symons 532a095d77 Implement zx0 compression
Compress data tables with the ZX0 compression algorithm
2025-04-24 21:14:48 +02:00

6 lines
138 B
Bash
Executable File

#!/bin/bash
mkdir -p docker-build && cd docker-build
docker build -t ptgb-builder:latest -f ../Dockerfile .
cd .. && rm -rf docker-build