mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
7 lines
125 B
Bash
7 lines
125 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "UXBOX backend Docker entrypoint initialization..."
|
|
|
|
echo 'Running UXBOX backend'
|
|
exec "$@"
|