Fix CI, update Readme
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user