7 lines
101 B
Bash
Executable file
7 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
docker build -t lisyarus/psemek:package-windows .
|