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