mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
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
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:
parent
8bef505492
commit
3a197875c7
|
|
@ -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
5
docker-compose.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
services:
|
||||
solarized:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/solarized
|
||||
Loading…
Reference in a new issue