Fix command name
This commit is contained in:
parent
ae126b2dd6
commit
88345043f8
|
|
@ -59,5 +59,5 @@ You can install custom plugins to the current Express Gateway image just creatin
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM %%IMAGE%%
|
FROM %%IMAGE%%
|
||||||
RUN yarn add global express-gateway-plugin-name
|
RUN yarn global add express-gateway-plugin-name
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue