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.
2 parents 5f55684 + a94c46d commit e522dd4Copy full SHA for e522dd4
.docker/Dockerfile.alpine
@@ -33,7 +33,7 @@ RUN set -ex && \
33
WORKDIR /usr/src/node-red
34
35
# Setup SSH known_hosts file
36
-COPY known_hosts.sh .
+COPY .docker/known_hosts.sh .
37
RUN ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh
38
39
# package.json contains Node-RED NPM module and node dependencies
0 commit comments