Compare commits

..

No commits in common. "bcac82b8604f40b4943ebd6bbac8b50e368e14e0" and "a088d90c6af36d9ba5afa8409957d9924461d64b" have entirely different histories.

View File

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