felicity-lims/deploy-scripts/build.sh
2023-04-07 17:52:19 +02:00

11 lines
No EOL
181 B
Bash
Executable file

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