mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +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"
|