commit | 4986bf0b1eaee8d631bfbb4e1db56aae3aaed99b | [log] [tgz] |
---|---|---|
author | Lusheng Ji <lji@research.att.com> | Sun Apr 22 16:58:43 2018 -0400 |
committer | Lusheng Ji <lji@research.att.com> | Sun Apr 22 16:58:49 2018 -0400 |
tree | d2f3439f6ec6217c0a680a8116a9c5b29be428fb | |
parent | 125dfdd48b506ae6ee9a1a53098d5d137cda8e9b [diff] [blame] |
Fix Dockerfile Issue-ID: DCAEGEN2-465 Change-Id: I9ac4e188002f873cbf5aceccc5947ec4e49709f9 Signed-off-by: Lusheng Ji <lji@research.att.com>
diff --git a/Dockerfile b/Dockerfile index d967b0c..f3c7ecb 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -32,4 +32,4 @@ VOLUME ${APPDIR}/logs # Run run_policy.sh when the container launches -CMD ["./bin/snmptrapd.sh start"] +CMD ["./bin/snmptrapd.sh", "start"]