Update docker-compose.yml

This commit is contained in:
Andras Bacsai
2024-06-04 10:57:27 +02:00
committed by GitHub
parent 2b720b8150
commit 2896d5b86c

View File

@@ -3,6 +3,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
args:
NPM_TOKEN: ${NPM_TOKEN:?NPM_TOKEN not set}
ports: ports:
- "3000" - "3000"
environment: environment: