Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/server/docker-entrypoint.sh

8 lines
125 B
Shell
Executable file

#!/bin/bash
set -e
# Create config directory if it doesn't exist
mkdir -p /app/config
# Execute the main command
exec "$@"