mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 17:34:19 +00:00
66f913355a
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/231
5 lines
163 B
Bash
Executable file
5 lines
163 B
Bash
Executable file
#!/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
|