#!/bin/bash set -eu export NODE_ENV=production if [[ -z "$(ls -A /app/data)" ]]; then echo "First run" uuid="$(uuid)" cat > /app/data/config.json <