aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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" ])