Adds basic container setup with pipeline #1

Merged
OCram85 merged 18 commits from woodpecker into master 2022-11-07 16:01:31 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 348d81aafd - Show all commits

View File

@ -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