mirror of
https://github.com/penpot/penpot.git
synced 2025-05-02 04:45:55 +02:00
5 lines
87 B
Bash
5 lines
87 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
echo "UXBOX Docker entrypoint initialization..."
|
|
|
|
exec "$@"
|