1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00
haste-server/docker-entrypoint.sh

10 lines
169 B
Bash
Raw Permalink Normal View History

#!/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
2020-08-22 20:27:05 +00:00
exec "$@"