Skip to content

Instantly share code, notes, and snippets.

@zs-dima
Created March 3, 2023 17:33
Show Gist options
  • Save zs-dima/5617749667e6e2d208b0f10959991a82 to your computer and use it in GitHub Desktop.
Save zs-dima/5617749667e6e2d208b0f10959991a82 to your computer and use it in GitHub Desktop.
Check application version
#!/bin/sh
/app/bin/prepare-app-to-start app_environment=$APP_ENVIRONMENT app_version=$APP_VERSION
# Exec the CMD from the Dockerfile
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment