mirror of
https://github.com/penpot/penpot.git
synced 2026-03-27 13:50:26 +01: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 "$@"
|