mirror of
https://github.com/pinry/pinry.git
synced 2025-11-12 16:15:43 +01:00
4 lines
63 B
Bash
4 lines
63 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
sudo docker build --no-cache -t pinry/pinry${@} .
|