diff --git a/Dockerfile b/Dockerfile index 07adae3..35b7d7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,13 @@ -FROM registry.odit.services/hub/library/node:23.3.0-alpine3.20 AS build -ARG NPM_REGISTRY_URL=https://registry.npmjs.org +FROM node:23.3.0-alpine3.20 AS build +# FROM registry.odit.services/hub/library/node:23.3.0-alpine3.20 AS build +# ARG NPM_REGISTRY_URL=https://registry.npmjs.org WORKDIR /app - COPY . . -RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9 -RUN pnpm i && pnpm build && pnpm postbuild +# RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9 +RUN npm i -g pnpm@9 +RUN pnpm i --frozen-lockfile +RUN pnpm build +RUN pnpm postbuild # final image FROM registry.odit.services/library/nginx-brotli:3.15 AS final diff --git a/README.md b/README.md index 773bb9c..4540bb0 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,6 @@ runner selfservice portal -## ⚡ Development -### Requirements -- Node.js v14.16.0 or newer -- yarn package manager >= v1.22.10 < 2 - -### Recommended Extensions -- will be automatically recommended via `./vscode/extensions.json` -- we also provide a config for i18n-ally in the `./vscode/` folder - -### Fastest Dev Environment -- You can install the [Remote - Containers](https://github.com/Microsoft/vscode-remote-release) extension and use all recommended extensions and editor settings via the provided `./devcontainer/` config - -### Manual Dev Environment -``` -yarn && yarn dev --open -``` - ## 🔨 Environment config - copy the `/public/env.sample.js` file to `/public/env.js` - set the required environment variables diff --git a/index.html b/index.html index 3947c44..27938b4 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
- +
+
Lauf Für Kaya!
diff --git a/src/views/Imprint.vue b/src/views/Imprint.vue
index e3bc837..9689882 100644
--- a/src/views/Imprint.vue
+++ b/src/views/Imprint.vue
@@ -2,22 +2,20 @@
2025{{$t('imprint')}}
+ {{ $t('imprint') }}
+