Try https again

This commit is contained in:
2023-01-30 13:42:42 -06:00
parent 4a2ee6e48d
commit bcea391033
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ commands:
- run:
name: Run react app and mvn verify
command: |
echo "HTTPS=true" >> ./.env
export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start &
dockerize -wait tcp://localhost:3001 -timeout 3m
export QQQ_SELENIUM_HEADLESS=true; mvn verify