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 a3482b6 commit 5951591Copy full SHA for 5951591
.docker/Dockerfile.debian
@@ -39,7 +39,7 @@ RUN echo "PubkeyAcceptedKeyTypes +ssh-rsa" >> /etc/ssh/ssh_config
39
# package.json contains Node-RED NPM module and node dependencies
40
COPY package.json .
41
COPY flows.json /data
42
-COPY scripts/entrypoint.sh .
+COPY .docker/scripts/entrypoint.sh .
43
44
#### Stage BUILD #######################################################################################################
45
FROM base AS build
0 commit comments