mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
8 lines
176 B
Bash
Executable File
8 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p bin
|
|
# macOS no need to change the owner
|
|
# change the owner of bin to 1000:1000 when running on linux
|
|
sudo chown -R 1000:1000 bin
|
|
docker-compose up
|
|
|
|
ls -R bin |