This commit is contained in:
Gavin McDonald
2025-04-25 16:19:40 -04:00
parent f6749f3146
commit f7d10a9b4f
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
"dev": "nodemon",
"build": "next build && tsc --project tsconfig.server.json",
"start": "cross-env NODE_ENV=production TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/server.js",
"deploy": "docker buildx build --platform linux/amd64 -t nasty.mcmorgans:5000/tarokka --push ."
"deploy": "docker buildx build --platform linux/amd64 -t 192.168.0.2:5000/tarokka --push ."
},
"dependencies": {
"cross-env": "^7.0.3",