diff --git a/Dockerfile b/Dockerfile index e15a211..338b16e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,7 @@ WORKDIR /app COPY --from=builder /app/.medusa ./.medusa COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./ +COPY --from=builder /app/medusa-config.ts ./ +COPY --from=builder /app/tsconfig.json ./ EXPOSE 9000 CMD ["npx", "medusa", "start"]