Skip to content

Commit

Permalink
remove default port exposure
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed Feb 21, 2020
1 parent d3be572 commit 7a91397
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ignition/blueprint/ubuntu/bionic/ignition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ RUN apt-get update && apt-get install -q -y \
ignition-blueprint=1.0.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
EXPOSE 11345

CMD ["ign", "gazebo", "-s"]
3 changes: 0 additions & 3 deletions ignition/citadel/ubuntu/bionic/ignition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ RUN apt-get update && apt-get install -q -y \
ignition-citadel=1.0.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
EXPOSE 11345

CMD ["ign", "gazebo", "-s"]

0 comments on commit 7a91397

Please sign in to comment.