about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e36a95929..3ad05b6ec 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,8 +32,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
   npm install --global yarn && \
   yarn && \
   yarn intl:build && \
-  yarn build-web && \
-  yarn build-embed
+  yarn build-web
 
 # DEBUG
 RUN find ./bskyweb/static && find ./web-build/static