Remove bind mount and reference the correctly named entrypoint script

This commit is contained in:
Wes
2023-01-30 21:24:30 +00:00
parent 0156784687
commit 5472f53c9f

View File

@@ -37,8 +37,7 @@ function evtx2es() {
-v "/nsm/import/$HASH/evtx/:/tmp/evtx/" \
-v "/nsm/import/evtx-end_newest:/tmp/newest" \
-v "/nsm/import/evtx-start_oldest:/tmp/oldest" \
-v /root/entrypoint.sh:/entrypoint.sh:ro \
--entrypoint "/entrypoint.sh" \
--entrypoint "/evtx_calc_timestamps.sh" \
{{ MANAGER }}:5000/{{ IMAGEREPO }}/so-pcaptools:{{ VERSION }} >> $LOG_FILE 2>&1
}