haste-server/docker-entrypoint.sh
2020-08-22 22:27:05 +02:00

10 lines
169 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.js
exec "$@"