0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 00:19:07 -05:00
penpot/backend/docker-entrypoint.sh

8 lines
125 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
echo "UXBOX backend Docker entrypoint initialization..."
2019-02-16 00:59:31 +01:00
echo 'Running UXBOX backend'
exec "$@"