mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
2dfce40117
This just replaces all instances of `docker-compose` with `docker compose` in the docker scripts. The old Compose V1 program is unsupported since 2021: https://docs.docker.com/compose/migrate/#will-i-still-be-able-to-use-compose-v1-if-i-really-want-to
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
|