Skip to content

Commit

Permalink
chore: fix canary BASE_URL (#3210)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Smith <[email protected]>
  • Loading branch information
chris13524 and Chris Smith authored Nov 6, 2024
1 parent eca773b commit 528340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.canary
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN pnpm playwright:install
ENV TIMING_LOGS=true
ENV CI=true
ENV SKIP_PLAYWRIGHT_WEBSERVER=true
ENV BASE_URL=https://appkit-lab.reown.org/
ENV BASE_URL=https://appkit-lab.reown.com/

CMD ["timeout", "600", "./docker-canary.sh"]

0 comments on commit 528340c

Please sign in to comment.