mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
View container log without docker-compose
This commit is contained in:
+3
-1
@@ -5,7 +5,8 @@ language:
|
||||
|
||||
before_install:
|
||||
- docker-compose build
|
||||
- docker-compose run -d --service-ports app --debug
|
||||
- docker-compose run -d --service-ports --name chtsh app --debug
|
||||
- docker-compose ps
|
||||
- docker ps
|
||||
- docker images
|
||||
|
||||
@@ -13,4 +14,5 @@ script:
|
||||
- sleep 3
|
||||
- curl http://localhost:8002
|
||||
- docker-compose logs --no-color
|
||||
- docker logs chtsh
|
||||
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user