Skip to content

Commit

Permalink
DX: Publish the simulators port
Browse files Browse the repository at this point in the history
This commit publishes the simulators default port 15423 on the
development container so that processes on the host can access it
  • Loading branch information
NickeZ committed Jan 9, 2025
1 parent 84301a8 commit 8d5bf1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dockerenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ dockerdev () {
--name="$CONTAINER_NAME" \
-v "$repo_path":"$MOUNT_DIR" \
--cap-add SYS_PTRACE \
-p 15423:15423 \
${CONTAINER_IMAGE}:${CONTAINER_VERSION} bash

if [ "$RUNTIME" = "docker" ] ; then
Expand Down

0 comments on commit 8d5bf1c

Please sign in to comment.