Skip to content

Commit

Permalink
arkime-docker: Change entrypoint into CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Apr 22, 2024
1 parent a35eb16 commit a86a543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Arkime/Arkime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ RUN chmod 755 /start-arkimeviewer.sh && \
EXPOSE 8005
WORKDIR $ARKIMEDIR

ENTRYPOINT ["/start-arkimeviewer.sh"]
ENTRYPOINT [ "bash", "-c" ]
CMD ["/start-arkimeviewer.sh"]

0 comments on commit a86a543

Please sign in to comment.