Update Dockerfile

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

View file

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