build: use dx bundle in the production Dockerfile #86

Merged
matous-volf merged 1 commits from build/production-dx-bundle into main 2025-01-03 21:21:47 +00:00

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