0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 20:39:09 -05:00
penpot/docker/backend/entrypoint.sh
2019-07-04 12:17:55 +02:00

5 lines
73 B
Bash

#!/usr/bin/env bash
set -e
echo "Setting up UXBOX Backend..."
exec "$@"