Skip to content

Commit

Permalink
fix: stop entrypoint to fail cause dir already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Sep 10, 2024
1 parent 9d6b787 commit e53a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rm -rf agent/*
# Copy agent jar into shared volume
mkdir agent
mkdir -p agent
cp inspectit-gepard-agent.jar agent/inspectit-gepard-agent.jar
# Keep the container running
while true; do sleep 2; done;

0 comments on commit e53a44f

Please sign in to comment.