Skip to content

Commit ca9cc7f

Browse files
committed
fix: path for multi-stage built binary
Signed-off-by: litneet64 <[email protected]>
1 parent c71fb38 commit ca9cc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ COPY --chmod=775 --chown=user:user etc/docker-entrypoint.sh /usr/local/bin/.
6767

6868
FROM $devImage AS final
6969

70-
COPY --from=builder /OpenROAD/build/src/openroad /usr/bin/.
70+
COPY --from=builder /OpenROAD/build/bin/openroad /usr/bin/.
7171
ENV OPENROAD_EXE=/usr/bin/openroad
7272

7373
RUN <<EOF

0 commit comments

Comments
 (0)