Trying to get a dokku build :)

This commit is contained in:
2025-10-07 22:01:08 +01:00
parent 365bbb11f9
commit 0aae6aebfd
14 changed files with 410 additions and 135 deletions

6
docker-entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
# Start the application
echo "Starting the application..."
exec pnpm start