change port

This commit is contained in:
hazycora 2024-06-03 22:27:10 -05:00
parent f1a6024670
commit 36a4ee5c9a
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
2 changed files with 3 additions and 3 deletions

View file

@ -35,6 +35,6 @@ RUN pnpm install
RUN pnpm run build
EXPOSE 8000
EXPOSE 9054
CMD ["pnpm", "run", "start"]

View file

@ -6,7 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "PORT=8000 node build",
"start": "PORT=9054 node build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",