added tsconfig as well.

This commit is contained in:
Amritanshu Agrawal 2024-10-14 11:09:21 +05:30
parent 247bd87a44
commit 0652c9c694

View File

@ -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