revert.....

This commit is contained in:
bootunloader
2024-09-11 09:32:26 +03:00
parent 9eb6f540ac
commit 50e454535d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,6 @@ COPY . .
RUN pnpm run build
EXPOSE 3000
EXPOSE 80
CMD ["pnpm", "run", "start"]

View File

@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"start": "HOST=0.0.0.0 PORT=3000 node ./build/index.js",
"start": "HOST=0.0.0.0 PORT=80 node ./build/index.js",
"build": "pnpm run check && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",