5 lines
85 B
Bash
5 lines
85 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
docker build -t wallart-server -f build/Dockerfile .
|