Merge pull request 'Hotfix' (#1) from docker-hotfix-1 into main

Reviewed-on: https://codeberg.org/ja/Wikiless/pulls/1
This commit is contained in:
Me in Slovak
2021-08-24 12:51:14 +02:00
+2 -2
View File
@@ -139,6 +139,6 @@ You can build a production image by running `docker build .` in the repo's root.
For development, there's a `docker-compose.yml` that mounts the app code (for hot reload of code changes) and default config. Before running it, you need to install the dependencies:
```
$ docker compose run --rm web npm install --no-optionals
$ docker compose up
$ docker-compose run --rm web npm install --no-optionals
$ docker-compose up
```