0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -05:00
penpot/docker/release.backend/entrypoint.sh

6 lines
73 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
echo "Setting up UXBOX Backend..."
exec "$@"