Add debug

This commit is contained in:
omaroughriss 2025-07-23 14:11:41 +02:00 committed by Anthony Janin
parent 2fcc0d7dcb
commit 00c3e9664c

View File

@ -7,6 +7,7 @@ COPY package*.json ./
ARG ENV_VARS
RUN echo "${ENV_VARS}" > .env
RUN cat .env | grep -v STRIPE_SECRET_KEY
RUN npm install --production