X-Git-Url: https://git.r.bdr.sh/rbdr/dasein/blobdiff_plain/287fa13b3e600b2340895a5463a288bf08101bb5..a6ccda0fbc4df683f9568d85eb22b21684d2a0bd:/Dockerfile?ds=sidebyside diff --git a/Dockerfile b/Dockerfile index 5e2f7f9..85d78c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ COPY yarn.lock /app/ RUN yarn install COPY . /app +RUN npm run build + ENTRYPOINT [ "node", "bin/dasein" ])