diff options
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 4 |
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/** |
