Skip to content

Commit 55e5a3b

Browse files
committed
fix admin dist
1 parent 78ea821 commit 55e5a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helper/Dockerfile-release

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ RUN cd admin && yarn && VITE_ADMIN_VERSION=$RELEASE_VERSION yarn build
2424

2525
FROM --platform=$TARGETPLATFORM alpine
2626
COPY --from=builder1 /app/dtm/dtm /app/dtm/
27-
COPY --from=builder2 /app/dtm/admin/index.html /app/dtm/admin/
28-
COPY --from=builder2 /app/dtm/admin/dist /app/dtm/admin/
27+
COPY --from=builder2 /app/dtm/admin/dist /app/dtm/admin/dist
2928
WORKDIR /app/dtm
3029
EXPOSE 8080
3130
ENTRYPOINT ["/app/dtm/dtm"]

0 commit comments

Comments
 (0)