Toggle NPM througn env file

This commit is contained in:
pratik
2025-10-16 14:25:08 -05:00
parent a256e01444
commit 18e70cd445
2 changed files with 8 additions and 4 deletions

View File

@@ -38,7 +38,10 @@ services:
app:
container_name: warehouse13-app
build: .
build:
context: .
args:
NPM_REGISTRY: ${NPM_REGISTRY:-https://registry.npmjs.org/}
ports:
- "8000:8000"
environment: