chore(ci): remove prefixed dot to conf

Remainder from when I used to put it in home
This commit is contained in:
Daniel Berg 2025-05-07 17:30:22 +02:00
parent d63a356696
commit e33b796263
No known key found for this signature in database
GPG key ID: BFB01A06E7FB4F81
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ FROM alpine:latest
WORKDIR /app WORKDIR /app
COPY . ./ COPY . ./
COPY ./tests/.tmux.conf /etc/tmux.conf COPY ./tests/tmux.conf /etc
RUN apk update && apk add --no-cache bash fzf fzf-tmux vim tmux expect RUN apk update && apk add --no-cache bash fzf fzf-tmux vim tmux expect