Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 19, 2020
1 parent 33be793 commit 18ec45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/apm/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The Jenkins CI uses a shell script to prepare Kibana:
# Prepare and run Kibana locally
$ x-pack/legacy/plugins/apm/e2e/ci/prepare-kibana.sh
# Build Docker image for Kibana
$ docker build --tag cypress x-pack/legacy/plugins/apm/e2e/ci
$ docker build --tag cypress --build-arg NODE_VERSION=$(cat .node-version) x-pack/legacy/plugins/apm/e2e/ci
# Run Docker image
$ docker run --rm -t --user "$(id -u):$(id -g)" \
-v `pwd`:/app --network="host" \
Expand Down

0 comments on commit 18ec45d

Please sign in to comment.