about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b05a314..8d95794 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ COPY client/package.json ./
 COPY client/yarn.lock ./
 RUN yarn install
 COPY client ./
-RUN yarn export
+RUN yarn build
 
 FROM server-cache as server
 WORKDIR /server