This is for testing with the Hetzner server. Should be the official backend replacing pantunis-api using the name pantunis-api
(might need to delete this repo after I get it working). For archive (and backup purposes), there is a Vercel version at pantunis-api-vercel.
This is only for production. For development, please refer to package.json.
docker build --platform linux/amd64,linux/arm64 -t irfanzainudin/pantunis-api:latest -f Dockerfile.prod .
docker run -dit -p 3001:3001 --name pantunis-api irfanzainudin/pantunis-api:latest