Skip to content

Commit b35e1d9

Browse files
committed
fix: add EOF .env
1 parent 0985b0d commit b35e1d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ COPY . .
1616

1717
RUN echo `git rev-parse --short=9 HEAD` > health.html
1818

19-
RUN echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short HEAD)\n" >> .env
19+
RUN echo "" >> .env && \
20+
echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short=9 HEAD)" >> .env
2021

2122
RUN yarn build
2223

0 commit comments

Comments
 (0)