Files
penpot/docker/release.backend/entrypoint.sh

6 lines
73 B
Bash

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