Skip to content

Commit

Permalink
Update docker-compose.yaml and workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Feb 13, 2024
1 parent 30cd429 commit b3008c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-capture-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker run --name python-app python-app &
APP_PID=$!
sleep 10 # Adjust sleep as necessary to allow your application to initialize and generate logs
docker stop myapp
docker stop python-app
wait $APP_PID
- name: Capture Container Logs
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:

python-app:
image: cdaprod/python-app
container_name: python_server
container_name: python-app
build:
context: ./app
dockerfile: Dockerfile
Expand Down

0 comments on commit b3008c1

Please sign in to comment.