Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 committed Oct 30, 2023
1 parent 43939fd commit 642d698
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 @@ -41,6 +41,6 @@ jobs:
sudo systemctl enable docker
cd test
docker build --tag dockerfile:0.1 .
docker run –name dockerC -d -p 3000:3000 dockerfile:0.1
docker run –t dockerC -d -p 3000:3000 dockerfile:0.1

0 comments on commit 642d698

Please sign in to comment.