updated docker.md
This commit is contained in:
parent
2b5c9dfb35
commit
663023a204
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Before building the Docker image, you must build the production assets:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
Then you can run either `docker build` or `docker-compose up`.
|
||||||
|
|
||||||
|
|
||||||
## Environment variables:
|
## Environment variables:
|
||||||
|
|
||||||
| Name | Description
|
| Name | Description
|
||||||
|
|
Loading…
Reference in a new issue