From 4986bf0b1eaee8d631bfbb4e1db56aae3aaed99b Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Sun, 22 Apr 2018 16:58:43 -0400 Subject: Fix Dockerfile Issue-ID: DCAEGEN2-465 Change-Id: I9ac4e188002f873cbf5aceccc5947ec4e49709f9 Signed-off-by: Lusheng Ji --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d967b0c..f3c7ecb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ USER ${APPUSER} VOLUME ${APPDIR}/logs # Run run_policy.sh when the container launches -CMD ["./bin/snmptrapd.sh start"] +CMD ["./bin/snmptrapd.sh", "start"] -- cgit 1.2.3-korg