about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-04-12 15:52:26 +0100
committerGitHub <noreply@github.com>2024-04-12 15:52:26 +0100
commitad97d4350c55055c3fcf084915a0a067c09939da (patch)
tree885baa92f3aa0a50ef0e5226e89aaabe7296ad8f /Dockerfile
parent24bd3d6986a8080a34836b34ee1dbd88357d1cb5 (diff)
downloadvoidsky-ad97d4350c55055c3fcf084915a0a067c09939da.tar.zst
[Embeds] Create vite project and add to build pipeline (#3448)
* add bskyembed vite app

* create build script (temp until embedr is ready)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3ad05b6ec..e36a95929 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,8 @@ RUN \. "$NVM_DIR/nvm.sh" && \
   npm install --global yarn && \
   yarn && \
   yarn intl:build && \
-  yarn build-web
+  yarn build-web && \
+  yarn build-embed
 
 # DEBUG
 RUN find ./bskyweb/static && find ./web-build/static