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 29aff33 commit 4f4a529Copy full SHA for 4f4a529
.github/workflows/first.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Build image
10
run: docker build -t new_image:latest .
11
- name: Run container
12
- run: docker run -d --name container_1 new_image:latest
+ run: docker run -p 8080:8080 -d --name container_1 new_image:latest
13
- name: install python
14
uses: actions/setup-python@v5
15
with:
0 commit comments