diff --git a/infrastructure/docker-compose.production.yml b/infrastructure/docker-compose.production.yml index fcbe0dd..4e78797 100644 --- a/infrastructure/docker-compose.production.yml +++ b/infrastructure/docker-compose.production.yml @@ -67,6 +67,8 @@ services: build: context: ../ dockerfile: apps/api/Dockerfile + args: + NPM_AUTH_TOKEN: ${NPM_AUTH_TOKEN:?missing NPM_AUTH_TOKEN} restart: unless-stopped depends_on: cards-postgres: