Skip to content

Commit

Permalink
Merge pull request #2842 from embano1/issue-2841
Browse files Browse the repository at this point in the history
  • Loading branch information
embano1 committed May 12, 2022
2 parents 72c2000 + 8928a48 commit b4c0b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.vcsim
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ EXPOSE 8989
COPY vcsim /vcsim

# Set entrypoint to application with container defaults
CMD ["/vcsim", "-l", "0.0.0.0:8989"]
ENTRYPOINT [ "/vcsim" ]
CMD ["-l", "0.0.0.0:8989"]

0 comments on commit b4c0b4f

Please sign in to comment.