Skip to content

Commit a48bfaa

Browse files
committed
Update docker.yml
1 parent ef04a47 commit a48bfaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: docker build -t vulnerablelightapp .
2727

2828
- name: Run Docker container
29-
run: docker run -d -p 3000:3000 vulnerablelightapp
29+
run: docker run -d -p 3000:3000 --name VLA vulnerablelightapp
3030

3131
- name: Wait for the container to be ready
3232
run: sleep 30

0 commit comments

Comments
 (0)