Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH authored May 21, 2023
1 parent 8d49c69 commit 915c428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build and run docker-image with the Dockerfile
run: |
docker build --tag registeration-process:v2.0 .
docker run -it -v registeration-process:v2.0
docker run -it registeration-process:v2.0
- name: Build and run docker-compose
Expand Down

0 comments on commit 915c428

Please sign in to comment.