upatde: add docker for coolify
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user