Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jul 12, 2023
1 parent bb23820 commit 4aba53d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multidim-interop/impl/js/v0.45/BrowserDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ FROM mcr.microsoft.com/playwright

COPY --from=js-libp2p-base /app/ /app/
WORKDIR /app/interop
# We install browsers here instead of the cached version so that we use the latest browsers at run time.
# Ideally this would also be pinned, but playwright controls this, so there isn't much we can do about it.
# By installing here, we avoid installing it at test time.
RUN ./node_modules/.bin/playwright install
ARG BROWSER=chromium # Options: chromium, firefox, webkit
ENV BROWSER=$BROWSER
Expand Down

0 comments on commit 4aba53d

Please sign in to comment.