We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e4e4f commit de2aa0dCopy full SHA for de2aa0d
1 file changed
.github/workflows/build.yml
@@ -11,5 +11,7 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Build the Docker image
+ - name: Build the Container image
15
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