Is there a way to access the git commit hash in a deployed app container?
@Philonous we don’t strip out the .git
folder so if you have git inside your Docker image, you should be able to run git show
from within an aptible ssh
session
1 Like