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