We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ac7c6 commit dfb4e5eCopy full SHA for dfb4e5e
Dockerfile
@@ -5,4 +5,5 @@ RUN yarn install
5
RUN yarn build
6
7
FROM nginx:alpine
8
+RUN git describe --tags --dirty --broken > /version
9
COPY --from=builder /app/build /usr/share/nginx/html
0 commit comments