X-Git-Url: https://git.r.bdr.sh/rbdr/dasein/blobdiff_plain/287fa13b3e600b2340895a5463a288bf08101bb5..a3f9e2603dfdf8c492ec0dc355cd434fc6100f06:/Dockerfile 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" ])