From 0652c9c69464362dda44ba1f8799fef9e7a2e8f1 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Mon, 14 Oct 2024 11:09:21 +0530 Subject: [PATCH] added tsconfig as well. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b906897..0c4b1d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN apk add --no-cache python3 && \ fi COPY --from=builder /app/dist ./ -COPY medusa-config.js develop.sh ./ +COPY medusa-config.js develop.sh tsconfig.json ./ EXPOSE 9000