main #7

Closed
ajanin wants to merge 4 commits from main into dev
Showing only changes of commit 00c3e9664c - Show all commits

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