change folder

This commit is contained in:
2026-01-07 10:38:24 -06:00
parent 15252be431
commit 2e97107774

View File

@@ -2,7 +2,8 @@ FROM node:22-alpine
WORKDIR /app
COPY dist/bizmatch ./dist
# GANZEN dist-Ordner kopieren, nicht nur bizmatch
COPY dist ./dist
COPY package*.json ./
RUN npm ci --omit=dev