Skip to content

Commit c1fafb1

Browse files
committed
debug error
1 parent 90753f7 commit c1fafb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
47+
RUN rm -rf node_modules && npm install --unsafe-perm && npm rebuild
4848

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

0 commit comments

Comments
 (0)