mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -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 "$@"
|