We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ea821 commit 55e5a3bCopy full SHA for 55e5a3b
helper/Dockerfile-release
@@ -24,8 +24,7 @@ RUN cd admin && yarn && VITE_ADMIN_VERSION=$RELEASE_VERSION yarn build
24
25
FROM --platform=$TARGETPLATFORM alpine
26
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/
+COPY --from=builder2 /app/dtm/admin/dist /app/dtm/admin/dist
29
WORKDIR /app/dtm
30
EXPOSE 8080
31
ENTRYPOINT ["/app/dtm/dtm"]
0 commit comments