Fix images in PR previews (#1572)

Closes https://github.com/Qiskit/documentation/issues/1551.
This commit is contained in:
Eric Arellano 2024-06-18 16:21:37 -04:00 committed by GitHub
parent 0a654798c3
commit b67d20f5c1
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ FROM icr.io/quantum-computing/iqp-channel-docs-dev:open-source
COPY docs/ /home/node/app/docs
COPY translations/ /home/node/app/docs
COPY public/ /home/node/app/packages/web/public/
COPY public/ /home/node/app/packages/preview/public/
EXPOSE 3000 5001