mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-07 01:11:50 +00:00
feat: docker support for v4 (closes #530)
This commit is contained in:
parent
f66d2c23ac
commit
da0a062c05
3 changed files with 19 additions and 1 deletions
docs/features
7
docs/features/Docker Support.md
Normal file
7
docs/features/Docker Support.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
Quartz comes shipped with a Docker image that will allow you to preview your Quartz locally without installing Node.
|
||||
|
||||
You can run the below one-liner to run Quartz in Docker.
|
||||
|
||||
```sh
|
||||
docker run --rm -itp 8080:8080 $(docker build -q .)
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue