6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -o
|
|
set -u
|
|
|
|
docker build -t wisemapping -f ./Dockerfile ../wise-webapp/target/ |