Skip to content

Commit

Permalink
Deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrujanaReddy committed Aug 12, 2024
1 parent f0d4f5f commit 6d826f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
docker stop todo-app || true
docker rm todo-app || true
docker run -d --name todo-app -p 80:80 todo-app:latest
debug: true

- name: Stop and remove Docker containers
run: docker compose down

0 comments on commit 6d826f8

Please sign in to comment.