Skip to content

Commit b27e361

Browse files
authored
use npm exec -c (#228)
1 parent 4a6a028 commit b27e361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
restart: unless-stopped
108108
ports:
109109
- "40500:40500"
110-
command: npm exec -- entry-point
110+
command: npm exec -c entry-point
111111
healthcheck:
112112
test: ["CMD", "curl", "${STREAMR_BASE_URL}:40500"]
113113
interval: 1s

0 commit comments

Comments
 (0)