mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-18 15:09:55 +00:00
32 lines
492 B
Markdown
32 lines
492 B
Markdown
# Ghost Docker
|
|
|
|
Configuration to run Ghost and its services with Docker Compose
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
## Develop
|
|
|
|
1. `git clone` this repo & `cd` into it as usual
|
|
2. Run `yarn` to install top-level dependencies.
|
|
|
|
|
|
## Run
|
|
|
|
- `yarn dev`
|
|
- View: [http://localhost:9999](http://localhost:9999)
|
|
|
|
## Test
|
|
|
|
- `yarn lint` run just eslint
|
|
- `yarn test` run lint and tests
|
|
|
|
## Publish
|
|
|
|
- `yarn ship`
|
|
|
|
|
|
# Copyright & License
|
|
|
|
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE). |