Final cleanup and documentation updates

This commit is contained in:
2026-01-12 14:03:48 +01:00
parent 1874d5f4ed
commit 897ab1ff77
9 changed files with 360 additions and 360 deletions

View File

@@ -1,13 +1,13 @@
FROM node:22-alpine
WORKDIR /app
# GANZEN dist-Ordner kopieren, nicht nur bizmatch
COPY dist ./dist
COPY package*.json ./
RUN npm ci --omit=dev
EXPOSE 4200
CMD ["node", "dist/bizmatch/server/server.mjs"]
FROM node:22-alpine
WORKDIR /app
# GANZEN dist-Ordner kopieren, nicht nur bizmatch
COPY dist ./dist
COPY package*.json ./
RUN npm ci --omit=dev
EXPOSE 4200
CMD ["node", "dist/bizmatch/server/server.mjs"]