Update Dockerfile

This commit is contained in:
Matt DiMeglio 2025-06-11 09:37:30 -04:00 committed by GitHub
parent 5567170397
commit d2c608b359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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