mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
[ -f Dockerfile.$1 ]
|
|
|
|
exec docker build -t crossbuild:$1 -f Dockerfile.$1 .
|