mirror of
https://github.com/roosta/tmux-fuzzback.git
synced 2026-09-10 07:36:29 -04:00
chore(ci): remove prefixed dot to conf
Remainder from when I used to put it in home
This commit is contained in:
parent
d63a356696
commit
e33b796263
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue