haste-server/docker-entrypoint.sh
2022-05-27 15:04:54 +02:00

10 lines
184 B
Bash

#!/bin/bash
# We use this file to translate environmental variables to .env files used by the application
set -e
node ./docker-entrypoint.js > ./config/project-config.js
exec "$@"