Skip to content

Commit e522dd4

Browse files
authored
Merge branch 'master' into master
2 parents 5f55684 + a94c46d commit e522dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -ex && \
3333
WORKDIR /usr/src/node-red
3434

3535
# Setup SSH known_hosts file
36-
COPY known_hosts.sh .
36+
COPY .docker/known_hosts.sh .
3737
RUN ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh
3838

3939
# package.json contains Node-RED NPM module and node dependencies

0 commit comments

Comments
 (0)