Skip to content

Commit 5951591

Browse files
authored
Fix Docker.debian path (#359)
* 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
1 parent a3482b6 commit 5951591

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
@@ -39,7 +39,7 @@ RUN echo "PubkeyAcceptedKeyTypes +ssh-rsa" >> /etc/ssh/ssh_config
3939
# package.json contains Node-RED NPM module and node dependencies
4040
COPY package.json .
4141
COPY flows.json /data
42-
COPY scripts/entrypoint.sh .
42+
COPY .docker/scripts/entrypoint.sh .
4343

4444
#### Stage BUILD #######################################################################################################
4545
FROM base AS build

0 commit comments

Comments
 (0)