Skip to content

Commit

Permalink
replaced express with polka;dockerfile optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
moranbw committed May 8, 2020
1 parent b516baf commit 33e96a6
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 241 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.15.0-buster-slim
FROM node:lts-slim

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "speedtest-app-client",
"version": "0.0.1",
"version": "0.2.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.7",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"material-table": "1.57.2",
"material-table": "^1.57.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
Expand Down
271 changes: 56 additions & 215 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 33e96a6

Please sign in to comment.