mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-07 03:20:25 +00:00
7 lines
116 B
Bash
Executable File
Vendored
7 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
|