update frontend building
This commit is contained in:
@@ -11,7 +11,8 @@ COPY package*.json .npmrc ./
|
||||
|
||||
# Install dependencies (NODE_ENV must not be production so devDependencies are installed)
|
||||
ENV NODE_ENV=development
|
||||
RUN npm ci
|
||||
ENV PATH="/app/node_modules/.bin:$PATH"
|
||||
RUN npm ci --include=dev
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user