feat: docker-compose
Some checks failed
Test / lint (push) Has been cancelled
Test / pandoc to vimdoc (push) Has been cancelled
Test / Run Test (macos-latest) (push) Has been cancelled
Test / Run Test (ubuntu-latest) (push) Has been cancelled
release-please / release-please (push) Has been cancelled

docker files to test solarized colorscheme
This commit is contained in:
Max Miliano 2024-08-03 04:33:44 -03:00
parent 8bef505492
commit 3a197875c7
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
FROM archlinux
WORKDIR /dracula
WORKDIR /solarized
COPY . .
RUN pacman -Syu --noconfirm
RUN pacman -S luarocks neovim gcc lua51 --noconfirm

5
docker-compose.yml Normal file
View file

@ -0,0 +1,5 @@
services:
solarized:
build: .
volumes:
- .:/solarized