Skip to content

Commit

Permalink
fixed deploy care check
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed May 28, 2022
1 parent 76793f8 commit 0431a0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ build
.dockerignore
Dockerfile
.git
.yarn
.yarnrc.yml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:lts-buster-slim as build-stage
WORKDIR /app
COPY package.json ./
RUN yarn install
RUN yarn set version stable && yarn install
COPY . .
RUN yarn run build

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@yaireo/ui-range": "^2.1.15",
"axios": "^0.21.1",
"bs-webapi": "^0.19.0",
"classnames": "^2.3.1",
"clsx": "^1.1.1",
"cross-env": "^7.0.3",
"date-fns": "^2.16.1",
Expand All @@ -68,6 +69,7 @@
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"libphonenumber-js": "^1.9.19",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
Expand Down

0 comments on commit 0431a0b

Please sign in to comment.