Skip to content

Commit

Permalink
IGNITE-24396 Running CLI from docker prints question marks (#5172)
Browse files Browse the repository at this point in the history
  • Loading branch information
valepakh authored Feb 4, 2025
1 parent 56f674a commit 8c2d8ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ COPY dist/cli $IGNITE_CLI_HOME
# Copy entrypoint script
COPY dist/docker-entrypoint.sh /usr/local/bin/

# Make sure the locale is UTF-8 so that CLI prints tables correctly
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

ENTRYPOINT ["docker-entrypoint.sh"]

0 comments on commit 8c2d8ac

Please sign in to comment.