File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN curl -kL https://go.dev/dl/go1.21.5.linux-amd64.tar.gz -o /tmp/golang-packag
2020RUN curl -kL https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-linux64 -o /usr/bin/jq
2121
2222# Copy RHDA script (before changing WORKDIR)
23- COPY docker-image/scripts/rhda .sh /rhda .sh
23+ COPY docker-image/scripts/trustify-da .sh /trustify-da .sh
2424
2525# Copy project files and install Exhort javascript API locally
2626WORKDIR /app
@@ -38,7 +38,7 @@ RUN chmod +x /usr/jdk-21.0.1/bin/java \
3838 && chmod +x /usr/bin/jq \
3939 && chmod +x /app/dist/src/cli.js \
4040 && chmod +x /app/node_modules/.bin/trustify-da-javascript-client \
41- && chmod +x /rhda .sh
41+ && chmod +x /trustify-da .sh
4242
4343# use default user
4444USER default
@@ -91,5 +91,5 @@ COPY --from=builder /usr/bin/jq /usr/bin/jq
9191# Copy trustify-da-javascript-client from the builder stage
9292COPY --from=builder /app /app
9393
94- # Copy RHDA executable script from the builder stage
95- COPY --from=builder /rhda .sh /rhda .sh
94+ # Copy trustify-da-javascript-client executable script from the builder stage
95+ COPY --from=builder /trustify-da .sh /trustify-da .sh
File renamed without changes.
You can’t perform that action at this time.
0 commit comments