From 40baa29da2a463e80f38a1655d250d0f47017b1e Mon Sep 17 00:00:00 2001 From: Rizky Date: Mon, 16 Oct 2023 10:17:43 +0700 Subject: [PATCH] fix --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index 70a749cb..2b762395 100644 --- a/captain-definition +++ b/captain-definition @@ -5,7 +5,7 @@ "RUN mkdir -p /usr/src/app", "WORKDIR /usr/src/app", "COPY ./ /usr/src/app/", - "RUN curl -fsSL https://bun.sh/install | bash" + "RUN curl -fsSL https://bun.sh/install | bash", "RUN bun i", "ENV PORT 4550", "EXPOSE 4550",