Bring back precompiled scripts to the image (#68)

This commit is contained in:
Andrew Mayorov 2019-11-12 18:27:57 +03:00 committed by GitHub
parent 31cbf64c47
commit 6a32cc50bc
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 ./damsel/proto /opt/holmes/damsel/proto
COPY ./cds_proto/proto /opt/holmes/cds_proto/proto COPY ./cds_proto/proto /opt/holmes/cds_proto/proto
COPY ./scripts /opt/holmes/scripts COPY ./scripts /opt/holmes/scripts
#COPY ./lib/scripts /opt/holmes/scripts COPY ./lib/scripts /opt/holmes/scripts
CMD epmd CMD epmd
# A bit of magic below to get a proper branch name # A bit of magic below to get a proper branch name
# even when the HEAD is detached (Hey Jenkins! # even when the HEAD is detached (Hey Jenkins!