diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-22 16:58:43 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-22 16:58:49 -0400 |
commit | 4986bf0b1eaee8d631bfbb4e1db56aae3aaed99b (patch) | |
tree | d2f3439f6ec6217c0a680a8116a9c5b29be428fb /Dockerfile | |
parent | 125dfdd48b506ae6ee9a1a53098d5d137cda8e9b (diff) |
Fix Dockerfile
Issue-ID: DCAEGEN2-465
Change-Id: I9ac4e188002f873cbf5aceccc5947ec4e49709f9
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |