docker-tryton/start.sh

6 lines
58 B
Bash
Executable file

#!/bin/sh
set -a
source ./.env
docker-compose up -d "$@"