Skip to content

Commit 4f4a529

Browse files
committed
task
1 parent 29aff33 commit 4f4a529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/first.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Build image
1010
run: docker build -t new_image:latest .
1111
- name: Run container
12-
run: docker run -d --name container_1 new_image:latest
12+
run: docker run -p 8080:8080 -d --name container_1 new_image:latest
1313
- name: install python
1414
uses: actions/setup-python@v5
1515
with:

0 commit comments

Comments
 (0)