Update Dockerfile

This commit is contained in:
Matt DiMeglio 2025-06-11 09:47:14 -04:00 committed by GitHub
parent cb330c84b4
commit 367ef94fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,7 @@ FROM node:20-alpine
WORKDIR /app WORKDIR /app
COPY package*.json ./web COPY . .
COPY package-lock.json ./web
COPY . ./web
RUN npm ci RUN npm ci