upatde: add docker for coolify

This commit is contained in:
Tom Boullay
2026-04-14 11:18:53 +02:00
parent 0a3d159bad
commit 76d9c21929
7 changed files with 653 additions and 35 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -e
echo "[entrypoint] Starting Asset Bridge 3D..."
# Ensure tmp directory for uploads exists
mkdir -p /tmp/assets
echo "[entrypoint] Ready. Launching application..."
exec "$@"