Update 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:27:34 +02:00
parent 78f969f4ee
commit bd242532e8

View File

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