aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorkj_sh6042026-05-07 00:15:11 -0400
committerkj_sh6042026-05-07 00:15:11 -0400
commit5bb197cd304d6cab32c39782b60391f9b399541b (patch)
treebb47ad11d36dce8a4c8ec4a8d14acd1a0fd72c65 /.dockerignore
parent52b8d65631f71a51e7118af140855f936c2a4db7 (diff)
refactor: kj-ify the repo with a makefile
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 6472839..ce47f14 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -17,3 +17,7 @@
**/build
**/dist
**/node_modules
+
+# include prebuilt app assets for static serving image
+!excalidraw-app/build/
+!excalidraw-app/build/**