This commit is contained in:
jooho
2021-12-29 15:12:28 +09:00
parent 844a5a7b9c
commit cc6107a958
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ WORKDIR $APP_HOME
COPY package*.json .
RUN npm install
COPY . .
COPY ./ ./
RUN npm run build:${APP_TYPE}
CMD npm run start:${APP_TYPE}