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 dd05766 commit d0b7216Copy full SHA for d0b7216
.docker/Dockerfile.alpine
@@ -33,11 +33,7 @@ RUN set -ex && \
33
WORKDIR /usr/src/node-red
34
35
# Setup SSH known_hosts file
36
-<<<<<<< HEAD
37
-COPY known_hosts.sh .
38
-=======
39
COPY .docker/known_hosts.sh .
40
->>>>>>> aa66343d764cc4f200ec7fbef0f01afeb1d82d5c
41
RUN ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh
42
43
# package.json contains Node-RED NPM module and node dependencies
0 commit comments