Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CMD instead of ENTRYPOINT #257

Closed
wants to merge 1 commit into from
Closed

Commits on Jun 17, 2016

  1. Use CMD instead of ENTRYPOINT

    Using the ENTRYPOINT directive here would override the settings from the base docker image, breaking the configuration of the cloud debugger. Instead, CMD is the proper directive to use here to specify runtime arguments.
    aslo committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    93008ab View commit details
    Browse the repository at this point in the history