mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 17:34:19 +00:00
5 lines
163 B
Bash
5 lines
163 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker-compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) akkoma
|
||
|
docker-compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) db
|