Skip to content

Commit

Permalink
fix: test deployment (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell authored Jan 22, 2025
1 parent 90f8dd9 commit 0d53702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/docker/search/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ COPY config/ /usr/share/logstash/config/
COPY entrypoint.sh /usr/share/logstash/entrypoint.sh
COPY build.sh /usr/share/logstash/build.sh

CMD ["/usr/share/logstash/entrypoint.sh"]
CMD ["/usr/share/logstash/entrypoint.sh"]
# deploy

0 comments on commit 0d53702

Please sign in to comment.