We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04a47 commit a48bfaaCopy full SHA for a48bfaa
1 file changed
.github/workflows/docker.yml
@@ -26,7 +26,7 @@ jobs:
26
run: docker build -t vulnerablelightapp .
27
28
- name: Run Docker container
29
- run: docker run -d -p 3000:3000 vulnerablelightapp
+ run: docker run -d -p 3000:3000 --name VLA vulnerablelightapp
30
31
- name: Wait for the container to be ready
32
run: sleep 30
0 commit comments