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