Compare commits
No commits in common. "e5535f18692d7afc3f2636283722e61aa0437c59" and "eca9966e29f5222189e0f10a6874e3c9e5f32b56" have entirely different histories.
e5535f1869
...
eca9966e29
15
Dockerfile
15
Dockerfile
@ -1,15 +0,0 @@
|
|||||||
FROM registry.odit.services/hub/library/node:19.9.0-alpine3.16 AS build
|
|
||||||
ARG NPM_REGISTRY_URL=registry.npmjs.org
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
COPY package.json *.config.cjs *.config.js *.config.ts tsconfig.json .npmrc ./
|
|
||||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8
|
|
||||||
RUN pnpm i
|
|
||||||
|
|
||||||
COPY src ./src
|
|
||||||
COPY static ./static
|
|
||||||
RUN pnpm build
|
|
||||||
|
|
||||||
# final image
|
|
||||||
FROM registry.odit.services/library/nginx-brotli:3.15 as final
|
|
||||||
COPY --from=build /app/build /usr/share/nginx/html
|
|
@ -1,6 +0,0 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
|
||||||
httpd:
|
|
||||||
build: .
|
|
||||||
ports:
|
|
||||||
- 8181:80
|
|
@ -34,7 +34,7 @@
|
|||||||
"svelte-preprocess": "4.10.7",
|
"svelte-preprocess": "4.10.7",
|
||||||
"tailwindcss": "3.1.5",
|
"tailwindcss": "3.1.5",
|
||||||
"tslib": "2.4.1",
|
"tslib": "2.4.1",
|
||||||
"typescript": "5.0.4",
|
"typescript": "5.0.0",
|
||||||
"vite": "4.2.0"
|
"vite": "4.2.0"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
545
pnpm-lock.yaml
generated
545
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user