Skip to content

Commit

Permalink
Update dependencies and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjsjsj009 committed Mar 13, 2021
1 parent 3d7302e commit be73a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ WORKDIR /opt/app

RUN \
yarn install && \
yarn add @types/react-router-dom @types/react-redux @types/styled-components -D && \
yarn build

FROM nginx:alpine
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"redux": "^4.0.5",
"styled-components": "^5.2.1",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
"web-vitals": "^1.0.1",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit be73a92

Please sign in to comment.