0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00
penpot/docker/backend/entrypoint.sh

9 lines
170 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
echo "Synchronize static data..."
rsync -avr --delete ./resources/public/static/ ./data/static/
echo "Setting up UXBOX Backend..."
exec "$@"