From 2c29d3c9a999612e606b9a7a8339ec115d0e61b0 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Mon, 14 Oct 2024 10:32:47 +0530 Subject: [PATCH] There is no bash in the image --- develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop.sh b/develop.sh index 4eeb6b2..b0b2f0b 100755 --- a/develop.sh +++ b/develop.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh npx medusa migrations run npx medusa $1 \ No newline at end of file