mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-19 18:36:54 +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 .
|