1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 08:35:55 +00:00
Files
haste-server/docker-entrypoint.sh
2020-08-22 20:44:32 +02:00

9 lines
168 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 "$@"