Files
full-stack-fastapi/scripts/build.sh
2026-01-22 16:22:25 +00:00

11 lines
164 B
Bash

#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
docker-compose \
-f compose.yml \
build