Add debug
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 33s

This commit is contained in:
omaroughriss 2025-07-23 14:11:41 +02:00
parent a67464fd65
commit 78f969f4ee

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