We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04a521 + ca9cc7f commit 0502342Copy full SHA for 0502342
Dockerfile
@@ -67,7 +67,7 @@ COPY --chmod=775 --chown=user:user etc/docker-entrypoint.sh /usr/local/bin/.
67
68
FROM $devImage AS final
69
70
-COPY --from=builder /OpenROAD/build/src/openroad /usr/bin/.
+COPY --from=builder /OpenROAD/build/bin/openroad /usr/bin/.
71
ENV OPENROAD_EXE=/usr/bin/openroad
72
73
RUN <<EOF
0 commit comments