mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user