4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#! /bin/bash
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
docker build -f economizzer -t dev:dev .
|