build: use dx bundle in the production Dockerfile ()

This commit is contained in:
2025-01-03 21:21:46 +00:00
committed by Gitea

@ -12,7 +12,7 @@ WORKDIR /srv/app
RUN npm install \ RUN npm install \
&& npm run build \ && npm run build \
&& dx build --release && dx bundle
FROM debian@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a AS runner FROM debian@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a AS runner