Fix CI, update Readme

This commit is contained in:
2022-11-24 12:29:52 +01:00
parent 082bfe6097
commit 317da97cd3
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM node:18-alpine AS builder
ENV NODE_ENV=production
# RUN apk add --no-cache python3 make g++
COPY build/package*.json ./
RUN apk add --no-cache python3 make g++
RUN npm install --omit=dev
FROM node:18-alpine AS app