1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-02 13:33:40 +01:00
homepage/docker-entrypoint.sh

10 lines
215 B
Bash
Raw Normal View History

#!/bin/sh
set -e
# This is in attempt to preserve the original behavior of the Dockerfile,
# while also supporting the lscr.io /config directory
[ ! -d "/app/config" ] && ln -s /config /app/config
node server.js