fix: allow neode-ui/dist in dockerignore (pre-built)

This commit is contained in:
Dorian
2026-03-17 07:45:09 +00:00
parent 62664ac9da
commit 0ba07339f7

View File

@@ -7,6 +7,5 @@
# Allow demo assets (AIUI pre-built dist)
!demo/
# Exclude nested node_modules (will npm install in container)
# Exclude node_modules (npm install happens in container for backend)
neode-ui/node_modules
neode-ui/dist