mirror of
https://github.com/penpot/penpot.git
synced 2026-03-26 05:10:44 +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 "$@"
|