moved to npm

This commit is contained in:
Pablo Ferreiro
2024-06-30 16:06:41 +02:00
parent 895e33d66c
commit 32bc4c90d5
3 changed files with 1040 additions and 688 deletions

View File

@@ -9,8 +9,8 @@ RUN apk add --no-cache \
cairo pango
# Install deps
COPY package.json yarn.lock ./
RUN yarn install
COPY package.json package-lock.json ./
RUN npm ci
# Copy required files for server
COPY ./src ./src