Skip to content

Commit 53cb0fa

Browse files
authored
Path to known_hosts.hs (#361)
* Bump to 3.1.0-beta.2 * Fix GH Action * Add debug * Fix variables * Remove armv6 and s390 from debian build * Fix path to entrypoint on debian * More fixes in debian Dockerfile * Finally get all the copy command correct
1 parent cdff8e0 commit 53cb0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile.debian

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
RUN echo "PubkeyAcceptedKeyTypes +ssh-rsa" >> /etc/ssh/ssh_config
3939

0 commit comments

Comments
 (0)