Update content.md
This commit is contained in:
parent
0f98d961bf
commit
94b9311a09
|
|
@ -55,9 +55,7 @@ You can now read the docs at [express-gateway.io/docs](http://express-gateway.io
|
||||||
|
|
||||||
### Install plugin
|
### Install plugin
|
||||||
|
|
||||||
You can install custom plugins to the current Express Gateway image just creating a new `Dockerfile`,
|
You can install custom plugins to the current Express Gateway image just creating a new `Dockerfile`, use `%%IMAGE%%` as base image and then install the required plugins as global yarn packages
|
||||||
use `%%IMAGE%%` as base image and then install the required plugins as global yarn
|
|
||||||
packages
|
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM %%IMAGE%%
|
FROM %%IMAGE%%
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue