mirror of
https://github.com/penpot/penpot.git
synced 2026-02-26 22:34:11 +00:00
8 lines
125 B
Bash
8 lines
125 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "UXBOX backend Docker entrypoint initialization..."
|
|
|
|
echo 'Running UXBOX backend'
|
|
exec "$@"
|