mirror of
https://github.com/penpot/penpot.git
synced 2026-08-16 09:49:05 +00:00
6 lines
87 B
Bash
6 lines
87 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
echo "UXBOX Docker entrypoint initialization..."
|
|
|
|
exec "$@"
|