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 c1fafb1 commit a537d1dCopy full SHA for a537d1d
Dockerfile
@@ -44,7 +44,7 @@ RUN mkdir /ifxpg-nodeserver
44
COPY . /ifxpg-nodeserver
45
46
WORKDIR /ifxpg-nodeserver
47
-RUN rm -rf node_modules && npm install --unsafe-perm && npm rebuild
+RUN rm -rf node_modules && npm install --unsafe-perm
48
49
# ENTRYPOINT [ "/bin/bash" ]
50
ENTRYPOINT [ "npm","run" ]
package.json
@@ -22,7 +22,7 @@
22
"no-kafka": "^3.4.3",
23
"pg": "^7.12.1",
24
"rebuild": "^0.1.2",
25
- "ifxnjs": "^8.0.1",
+ "ifxnjs": "latest",
26
"q": "^1.5.1",
27
"bluebird": "^3.5.1",
28
"sequelize": "^5.19.0",
0 commit comments