Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansbk committed Dec 18, 2023
1 parent 43c93ff commit 920f675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY --from=builder /app/build ./build
COPY ./prisma ./prisma
COPY ./assets ./assets
COPY .env.vault ./
RUN echo $DOTENV_ME
RUN npx dotenv-vault pull production --dotenvMe=$DOTENV_ME
RUN mv .env.production .env
RUN yarn db:deploy
Expand Down

0 comments on commit 920f675

Please sign in to comment.