1
0
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:
Anatoli Babenia
2020-07-31 14:54:52 +03:00
parent 2e1d8041c9
commit f62fb51d3f
+3 -1
View File
@@ -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