Updated dependencies

This commit is contained in:
2023-12-31 11:34:46 +01:00
parent 1abd1a7e9c
commit 7049782dac
2 changed files with 4 additions and 4 deletions

View File

@@ -3,4 +3,4 @@ FROM node:20.9.0-alpine3.18
COPY package.json ./
COPY yarn.lock ./
RUN yarn install
RUN yarn install --production