16 lines
441 B
Plaintext
16 lines
441 B
Plaintext
|
extends ../layout/project.pug
|
||
|
block root
|
||
|
- var title = 'blek! Sail'
|
||
|
|
||
|
block append content
|
||
|
h2 blek! Sail
|
||
|
p
|
||
|
| blek! Sail is a production-ready alternative to Laravel Sail.
|
||
|
br
|
||
|
| It runs on nginx + php-fpm on alpine linux
|
||
|
p
|
||
|
| Read the github
|
||
|
a(href='https://github.com/b1ek/sail') page
|
||
|
| for more info.
|
||
|
p
|
||
|
a(href='https://hub.docker.com/r/blekii/sail') Docker hub repo
|