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