Skip to content

Commit de2aa0d

Browse files
committed
run detached container
1 parent 66e4e4f commit de2aa0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Build the Docker image
14+
- name: Build the Container image
1515
run: docker build . --file Dockerfile --tag appuio/example-php-docker-helloworld:latest
16+
- name: Run the Container image
17+
run: docker run -d appuio/example-php-docker-helloworld:latest

0 commit comments

Comments
 (0)