change folder

This commit is contained in:
Andreas Knuth 2026-01-07 10:38:24 -06:00
parent 15252be431
commit 2e97107774
1 changed files with 2 additions and 1 deletions

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