Make epmd container command to ease running escripts inside (#46)

This commit is contained in:
Andrew Mayorov 2019-02-04 16:17:08 +03:00 committed by GitHub
parent 5d9418c702
commit 8151b62067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ ENV THRIFT_PORT=8022 \
COPY ./damsel/proto /opt/holmes/damsel/proto
COPY ./scripts /opt/holmes/scripts
COPY ./lib/scripts /opt/holmes/scripts
CMD /sbin/init
CMD epmd
# A bit of magic below to get a proper branch name
# even when the HEAD is detached (Hey Jenkins!
# BRANCH_NAME is available in Jenkins env).