Skip to content

Commit dfb4e5e

Browse files
committedDec 17, 2020
feat: add git version in docker images
1 parent d7ac7c6 commit dfb4e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ RUN yarn install
55
RUN yarn build
66

77
FROM nginx:alpine
8+
RUN git describe --tags --dirty --broken > /version
89
COPY --from=builder /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)