mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 06:25:04 +00:00
6 lines
116 B
Bash
Executable file
Vendored
6 lines
116 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
set -e
|
|
|
|
export COMPOSE_DOCKER_CLI_BUILD=1
|
|
export DOCKER_BUILDKIT=1
|
|
docker-compose up -d --no-deps --build
|