From 94c22ab013f353682539d25909846163d83ce41f Mon Sep 17 00:00:00 2001 From: Brendon Heinst Date: Tue, 24 Feb 2026 16:46:02 +0100 Subject: [PATCH] Add trptk-pricing.json to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c7db21..5487fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ COPY --from=builder /app/.medusa/server . RUN npm install --legacy-peer-deps COPY start.sh . +COPY trptk-pricing.json . RUN chmod +x start.sh ENV NODE_ENV=production