Skip to content

Commit

Permalink
chore: fix canary BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smith committed Nov 6, 2024
1 parent eca773b commit 0e6d7a3
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 0e6d7a3

Please sign in to comment.