Skip to content

Commit

Permalink
Enhance logging for start script in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Sep 15, 2024
1 parent d094e76 commit 6e32fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /app

RUN echo '#!/bin/sh' > /usr/local/bin/start.sh && \
echo 'echo "Starting Forester service..."' >> /usr/local/bin/start.sh && \
echo 'echo "Arguments received: $@"' >> /usr/local/bin/start.sh && \
echo 'exec forester "$@"' >> /usr/local/bin/start.sh && \
chmod +x /usr/local/bin/start.sh

Expand Down

0 comments on commit 6e32fe4

Please sign in to comment.