We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6e29e commit 8437a40Copy full SHA for 8437a40
2 files changed
Dockerfile
@@ -35,6 +35,8 @@ WORKDIR /workspace
35
# Environment variables
36
ENV HOME=/home/coder
37
ENV CODEX_CONFIG_DIR=/home/coder/.codex
38
+ENV TERM=xterm-256color
39
+ENV COLORTERM=truecolor
40
41
# Expose OAuth callback port
42
EXPOSE 1455
0 commit comments