From a83c73667f6a0754fb68ae9879c5eb486fc6f219 Mon Sep 17 00:00:00 2001 From: chillpilllike <34432585+chillpilllike@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:24:43 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 39e3718..77eab71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN yarn add medusa-file-s3 RUN yarn add medusa-plugin-sendgrid +RUN yarn add medusa-plugin-segment + RUN yarn --network-timeout 1600000 RUN yarn build --network-timeout 1600000