Skip to content

Commit

Permalink
Updated docs on building and pushing containers
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Aug 27, 2024
1 parent e070289 commit c1200f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ The Docker image lives in [Docker Hub](https://hub.docker.com/repository/docker/
Build with:

```bash
docker build . -t localgovdrupal/apache-php:php7.4
docker push localgovdrupal/apache-php:php7.4
export branch=$(git symbolic-ref --short HEAD)
docker build . -t localgovdrupal/apache-php:$branch
docker push localgovdrupal/apache-php:$branch
```

## Maintainers
Expand All @@ -34,4 +35,3 @@ This project is currently maintained by:

- Finn Lewis: https://github.com/finnlewis
- Stephen Cox: https://github.com/stephen-cox

0 comments on commit c1200f3

Please sign in to comment.