From 94b9311a097b04165e6d0d44a145f286f8e7b3b7 Mon Sep 17 00:00:00 2001 From: Vincenzo Chianese Date: Thu, 10 Jan 2019 08:55:58 +0100 Subject: [PATCH] Update content.md --- express-gateway/content.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/express-gateway/content.md b/express-gateway/content.md index 1307cc74f..c5032c137 100644 --- a/express-gateway/content.md +++ b/express-gateway/content.md @@ -55,9 +55,7 @@ You can now read the docs at [express-gateway.io/docs](http://express-gateway.io ### Install plugin -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 +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 ```dockerfile FROM %%IMAGE%%