Skip to content

Commit

Permalink
fix utf-8 characters in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjubjub2494 committed Oct 7, 2024
1 parent 5a3bc5d commit ee8744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ services:
- type: bind
source: .
target: /app
command: sh -c "./setup.sh && tmux new-session ./run.sh"
command: sh -c "./setup.sh && LANG=C.UTF-8 tmux new-session ./run.sh"

0 comments on commit ee8744a

Please sign in to comment.