k8s
This commit is contained in:
@@ -8,7 +8,7 @@ ENV NODE_OPTIONS=--max_old_space_size=2048
|
|||||||
RUN mkdir -p ${APP_HOME}
|
RUN mkdir -p ${APP_HOME}
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|
||||||
COPY package*.json .
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN npm run build:${APP_TYPE}
|
RUN npm run build:${APP_TYPE}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ENV NODE_OPTIONS=--max_old_space_size=2048
|
|||||||
RUN mkdir -p ${APP_HOME}
|
RUN mkdir -p ${APP_HOME}
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|
||||||
COPY package*.json .
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN npm run build:${APP_TYPE}
|
RUN npm run build:${APP_TYPE}
|
||||||
|
|||||||
Reference in New Issue
Block a user