We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582a796 commit 97e1951Copy full SHA for 97e1951
build.assets/Makefile
@@ -237,9 +237,10 @@ teleterm: buildbox-teleterm
237
docker run $(DOCKERFLAGS) $(NOROOT) $(BUILDBOX_TELETERM) \
238
bash -c "cd $(SRCDIR) && export CONNECT_TSH_BIN_PATH=\$$PWD/../teleport/build/tsh && yarn install --frozen-lockfile && yarn build-term && yarn package-term -c.extraMetadata.version=$(CONNECT_VERSION)"
239
240
+# Builds webassets inside Docker.
241
.PHONY:ui
242
ui: buildbox
- docker run -v "$$(pwd)/../":/teleport $(BUILDBOX) \
243
+ docker run -u $(UID):$(GID) -v "$$(pwd)/../":/teleport $(BUILDBOX) \
244
bash -c "cd ../teleport && yarn install --frozen-lockfile && yarn build-ui"
245
246
# grpc generates GRPC stubs from inside the buildbox
0 commit comments