File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ docker-compose exec php bin/console doctrine:schema:create
11
11
docker-compose exec php bin/console hautelook:fixtures:load -n
12
12
docker-compose exec php bin/console doctrine:schema:drop --env=test --force
13
13
docker-compose exec php bin/console cache:warmup --env=test
14
- docker-compose exec php bin/behat
15
- curl http://localhost
16
- curl http://localhost:81
17
- curl http://localhost:8080
18
- curl http://localhost:8081
19
- curl -k https://localhost
20
- curl -k https://localhost:444
21
- curl -k https://localhost:8443
22
- curl -k https://localhost:8444
14
+ docker-compose exec php bin/behat --format=progress
15
+ curl -s http://localhost # Client
16
+ curl -s http://localhost:81 # Admin
17
+ curl -s http://localhost:8080 # API
18
+ curl -s http://localhost:8081 # Varnish
19
+ curl -k -s https://localhost # Client (HTTP/2)
20
+ curl -k -s https://localhost:444 # Admin (HTTP/2)
21
+ curl -k -s https://localhost:8443 # API (HTTP/2)
22
+ curl -k -s https://localhost:8444 # Varnish (HTTP/2)
You can’t perform that action at this time.
0 commit comments