chore: update configurations

This commit is contained in:
Riccardo
2024-05-11 09:25:01 +02:00
parent afa1b943e7
commit 6333a5584e
5 changed files with 6136 additions and 4048 deletions

View File

@@ -3,7 +3,7 @@ FROM node:18 as builder
WORKDIR /app
COPY package*.json yarn.lock ./
RUN yarn install --frozen-lockfile --production
RUN yarn install --production
COPY . .