Toggle NPM througn env file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user