Build idp and settings frontends with pnpm

This commit is contained in:
Dominik Schmidt
2022-10-24 19:33:21 +02:00
parent c818d71e6f
commit b195c6bb0d
27 changed files with 22002 additions and 25959 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Please use this Dockerfile only if
# you want to build an image from source without
# Yarn and Go installed on your dev machine.
# pnpm and Go installed on your dev machine.
# You can build oCIS using this Dockerfile
# by running following command:
@@ -10,7 +10,7 @@
# following command instead:
# `make -C ocis dev-docker`
# It will build a `owncloud/ocis:dev` image for you
# and use your local Yarn and Go caches and therefore
# and use your local pnpm and Go caches and therefore
# is a lot faster than the build steps below.