build: use dx bundle in the production Dockerfile (#86)

This commit is contained in:
Matouš Volf 2025-01-03 21:21:46 +00:00 committed by Gitea
commit bcac82b860
Signed by: Gitea
GPG Key ID: 5CE0FF381D397F63

View File

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