Skip to content

Commit

Permalink
#1 Shorten the docker image for shorter commands in total.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirsman committed Jun 28, 2024
1 parent 6db9a0a commit 42e94a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
docker build -t hkirsman/drupal-gitlab-local-pipelines .
docker build -t hkirsman/dglp .
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GrumpPHP via Docker.
1. Install wunderio/drupal-gitlab-local-pipelines Composer package using our Docker image:

```bash
docker run -it -v "$(pwd)":/app hkirsman/drupal-gitlab-local-pipelines composer require wunderio/drupal-gitlab-local-pipelines --dev
docker run -it -v "$(pwd)":/app hkirsman/dglp composer require wunderio/drupal-gitlab-local-pipelines --dev
```

or use your local Composer:
Expand Down Expand Up @@ -43,11 +43,11 @@ GrumpPHP via Docker.
3. Tag Docker Image

```bash
docker tag hkirsman/drupal-gitlab-local-pipelines hkirsman/drupal-gitlab-local-pipelines:latest
docker tag hkirsman/dglp hkirsman/dglp:latest
```

4. Push Docker Image

```bash
docker push hkirsman/drupal-gitlab-local-pipelines:latest
docker push hkirsman/dglp:latest
```

0 comments on commit 42e94a2

Please sign in to comment.