update copy directories

This commit is contained in:
David Reed 2022-10-10 19:04:55 -04:00 committed by GitHub
parent 2689a784d6
commit b540b3f6d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ FROM node:current-slim
WORKDIR /app
COPY ./ ./
COPY ./package.json ./package-lock.json ./src/ ./
RUN npm install --omit=dev