Fix invalid highlighting language

This commit is contained in:
Simen Brekken
2016-04-14 06:55:13 +02:00
parent 1a94a62fe3
commit c6fa061604

View File

@@ -67,7 +67,7 @@ it directly to the host running dokku.
1. Build image on CI (or locally)
```sh
```shell
$ docker build -t dokku/test-app:v42
```
@@ -75,13 +75,13 @@ $ docker build -t dokku/test-app:v42
2. Deploy image to dokku host
```sh
```shell
$ docker save dokku/test-app:v42 | ssh my.dokku.host "docker load | dokku tags:deploy test-app v42"
```
Here's a more complete example using the above method:
```sh
```shell
#!/bin/bash
docker build -t dokku/test-app:v42