We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4900a97 commit 1da3319Copy full SHA for 1da3319
Dockerfile
@@ -10,6 +10,7 @@ WORKDIR /app
10
# Install node requirements and clean up temporary files
11
COPY package.json package.json
12
RUN apt-get update && \
13
+ apt-get install -y git && \
14
su app -c "npm install" && \
15
npm cache clear && \
16
apt-get autoremove -y && \
package.json
@@ -48,7 +48,7 @@
48
"on-headers": "^1.0.1",
49
"owasp-password-strength-test": "^1.3.0",
50
"pg": "^6.1.0",
51
- "sensorthings": "^0.0.10",
+ "sensorthings": "^0.5.0",
52
"sequelize": "^3.24.5"
53
}
54
0 commit comments