Trying to get a dokku build :)
This commit is contained in:
6
docker-entrypoint.sh
Normal file
6
docker-entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start the application
|
||||
echo "Starting the application..."
|
||||
exec pnpm start
|
||||
Reference in New Issue
Block a user