Skip to content

Commit d0b7216

Browse files
authored
Fixing missed merge conflics (#275)
* tag with :beta * Adding more tags * Fix missed merge conflict * Another missed merge conflict
1 parent dd05766 commit d0b7216

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.docker/Dockerfile.alpine

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ RUN set -ex && \
3333
WORKDIR /usr/src/node-red
3434

3535
# Setup SSH known_hosts file
36-
<<<<<<< HEAD
37-
COPY known_hosts.sh .
38-
=======
3936
COPY .docker/known_hosts.sh .
40-
>>>>>>> aa66343d764cc4f200ec7fbef0f01afeb1d82d5c
4137
RUN ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh
4238

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

0 commit comments

Comments
 (0)