We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453844e commit 79ce919Copy full SHA for 79ce919
build.assets/Makefile
@@ -249,9 +249,10 @@ teleterm: buildbox-teleterm
249
docker run $(DOCKERFLAGS) $(NOROOT) $(BUILDBOX_TELETERM) \
250
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)"
251
252
+# Builds webassets inside Docker.
253
.PHONY:ui
254
ui: buildbox
- docker run -v "$$(pwd)/../":/teleport $(BUILDBOX) \
255
+ docker run -u $(UID):$(GID) -v "$$(pwd)/../":/teleport $(BUILDBOX) \
256
bash -c "cd ../teleport && yarn install --frozen-lockfile && yarn build-ui"
257
258
# grpc generates GRPC stubs from inside the buildbox
0 commit comments