This commit is contained in:
jooho
2021-12-29 15:13:19 +09:00
parent cc6107a958
commit edc1830a02
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ ENV NODE_OPTIONS=--max_old_space_size=2048
RUN mkdir -p ${APP_HOME}
WORKDIR $APP_HOME
COPY package*.json .
COPY package*.json ./
RUN npm install
COPY ./ ./
RUN npm run build:${APP_TYPE}