Skip to content

Commit 69b731d

Browse files
committed
Update Dockerfile curl
1 parent 77a287c commit 69b731d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM eclipse-temurin:25.0.1_8-jre
2020
EXPOSE 8080
2121

2222
# download script for reading Docker secrets
23-
RUN curl -o /tmp/read-secrets.sh "https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/docker/read-secrets.sh"
23+
ADD https://raw.githubusercontent.com/HSLdevcom/jore4-tools/main/docker/read-secrets.sh /tmp/read-secrets.sh
2424

2525
# copy over helper scripts
2626
COPY ./script/build-jdbc-urls.sh /tmp/

0 commit comments

Comments
 (0)