Add trptk-pricing.json to Dockerfile

This commit is contained in:
Brendon Heinst 2026-02-24 16:46:02 +01:00
parent 1e18053216
commit 94c22ab013

View file

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