mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 05:39:16 +08:00
10 lines
170 B
Bash
Executable File
10 lines
170 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
# Exit in case of error
|
|
set -e
|
|
|
|
TAG=${TAG?Variable not set} \
|
|
FRONTEND_ENV=${FRONTEND_ENV-production} \
|
|
docker-compose \
|
|
-f docker-compose.yml \
|
|
build |