Skip to content

Commit 123ba6c

Browse files
committed
chore: update dockerfile
1 parent 789808e commit 123ba6c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@ COPY .yarnrc.yml ./
1313
RUN apk add --no-cache git
1414
RUN yarn install --immutable --network-timeout 600000
1515

16-
COPY src/ src
17-
COPY nginx.conf .
18-
COPY tsconfig.json .
19-
COPY vite.config.mts .
2016
COPY . .
2117

22-
RUN echo `git rev-parse --short=9 HEAD` > health.html
23-
24-
RUN echo "" >> .env && \
18+
RUN echo `git rev-parse --short=9 HEAD` > health.html && \
19+
echo "" >> .env && \
2520
echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short=9 HEAD)" >> .env
2621

2722
RUN yarn build

0 commit comments

Comments
 (0)