Skip to content

Commit

Permalink
fix(worker): Fixed incorrect source path of binary files in worker's …
Browse files Browse the repository at this point in the history
…Dockerfile (#343)
  • Loading branch information
orisano authored Oct 11, 2024
1 parent cf52d58 commit 7855e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM scratch

COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /go/bin/gcsfuse /usr/bin/
COPY --from=build /app/worker /app/plateauview-worker
COPY --from=build /app/plateauview-worker /app/plateauview-worker

WORKDIR /app

Expand Down

0 comments on commit 7855e3f

Please sign in to comment.