diff --git a/Dockerfile b/Dockerfile index 21f7fde..66e2d0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN \ curl -sS https://starship.rs/install.sh | sh -s -- -f && \ echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc -ENV STARSHIP_CONFIG=/etc/starship.tom +ENV STARSHIP_CONFIG=/etc/starship.toml COPY starship.toml /etc/starship.toml