Skip to content

Commit a537d1d

Browse files
committed
debug error
1 parent c1fafb1 commit a537d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mkdir /ifxpg-nodeserver
4444
COPY . /ifxpg-nodeserver
4545

4646
WORKDIR /ifxpg-nodeserver
47-
RUN rm -rf node_modules && npm install --unsafe-perm && npm rebuild
47+
RUN rm -rf node_modules && npm install --unsafe-perm
4848

4949
# ENTRYPOINT [ "/bin/bash" ]
5050
ENTRYPOINT [ "npm","run" ]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"no-kafka": "^3.4.3",
2323
"pg": "^7.12.1",
2424
"rebuild": "^0.1.2",
25-
"ifxnjs": "^8.0.1",
25+
"ifxnjs": "latest",
2626
"q": "^1.5.1",
2727
"bluebird": "^3.5.1",
2828
"sequelize": "^5.19.0",

0 commit comments

Comments
 (0)