mirror of
https://github.com/pinry/pinry.git
synced 2025-10-29 09:16:36 +01:00
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
_CURRENT_UID=$(id -u):$(id -g)
|
|
sudo CURRENT_UID=${_CURRENT_UID} docker-compose up ${@}
|