more fixes

This commit is contained in:
Akis 2022-11-10 17:18:05 +02:00
parent 90efaead06
commit 8a845e7609
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
3 changed files with 1707 additions and 2237 deletions

View File

@ -3,13 +3,16 @@ FROM node:19-alpine
WORKDIR /usr/src/app
COPY package.json ./
COPY pnpm-lock.yaml ./
RUN npm i
RUN npm install -g pnpm
RUN pnpm i
COPY . .
RUN npm run build
RUN pnpm build
EXPOSE 80
CMD [ "npm", "run", "preview" ]
CMD [ "pnpm", "preview" ]

View File

@ -13,24 +13,24 @@
},
"devDependencies": {
"@iconify-json/fa6-solid": "^1.1.7",
"@iconify-json/simple-icons": "^1.1.28",
"@sveltejs/adapter-node": "1.0.0-next.43",
"@sveltejs/kit": "1.0.0-next.504",
"dayjs": "^1.11.5",
"@iconify-json/simple-icons": "^1.1.34",
"@sveltejs/adapter-node": "1.0.0-next.100",
"@sveltejs/kit": "1.0.0-next.539",
"dayjs": "^1.11.6",
"mdsvex": "^0.10.6",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.1",
"svelte": "^3.50.1",
"svelte-check": "^2.9.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-dark-mode": "^2.1.0",
"svelte-hcaptcha": "^0.1.1",
"svelte-preprocess": "^4.10.7",
"svelte-seo": "^1.4.1",
"svelte-vertical-timeline": "^0.0.2",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"unocss": "^0.45.25",
"vite": "3.1.4"
"unocss": "^0.46.4",
"vite": "3.2.3"
},
"type": "module"
}

File diff suppressed because it is too large Load Diff