From c95a3ba322e2314677b95fef24fa745e8af92c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:08:01 +0200 Subject: [PATCH] fix: pnpm i --- docs/ocis/deployment/ocis_wopi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/deployment/ocis_wopi.md b/docs/ocis/deployment/ocis_wopi.md index d1becdca0..0d3e609b7 100644 --- a/docs/ocis/deployment/ocis_wopi.md +++ b/docs/ocis/deployment/ocis_wopi.md @@ -167,7 +167,7 @@ Open https://ocis.owncloud.test in your browser and accept the invalid certifica In case you want to run ownCloud Web from a development branch together with this deployment example (e.g. for feature development for the app provider frontend) you can use this deployment example with the local setup and some additional steps as described below. 1. Clone the [ownCloud Web repository](https://github.com/owncloud/web) on your development machine. -2. Run `pnpm && pnpm build:w` for `web`, so that it creates and continuously updates the `dist` folder for web. +2. Run `pnpm i && pnpm build:w` for `web`, so that it creates and continuously updates the `dist` folder for web. 3. Add the dist folder as read only volume to `volumes` section of the `ocis` service in the `docker-compose.yml` file: ```yaml - /your/local/path/to/web/dist/:/web/dist:ro