add env for FDSIK
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
FROM node:20-alpine AS builder
|
||||
WORKDIR /app
|
||||
ENV PATH="/app/node_modules/.bin:$PATH"
|
||||
ENV NODE_ENV=development
|
||||
RUN apk add --no-cache python3 make g++
|
||||
COPY package*.json .npmrc ./
|
||||
RUN npm ci --include=dev
|
||||
|
||||
Reference in New Issue
Block a user