mirror of
https://github.com/pinry/pinry.git
synced 2025-11-12 16:15:43 +01:00
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
script_dir="$( dirname "${0}" )"
|
|
sudo docker build -t pinry/pinry${@} "${script_dir}/../" -f "${script_dir}/../Dockerfile.autobuild"
|