We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02188cd commit e56e2baCopy full SHA for e56e2ba
1 file changed
docker/Dockerfile.alpine-development
@@ -75,6 +75,7 @@ WORKDIR /app
75
# Otherwise copy working repo content
76
#
77
COPY . .
78
+RUN git rev-parse --short HEAD
79
80
81
# And now install CPAN modules using Carton
0 commit comments