fix: move dist to web-dist/ to avoid dockerignore conflicts
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
# Ignore everything except what the demo Dockerfiles need
|
||||
*
|
||||
|
||||
# Allow neode-ui (frontend + mock backend + docker configs)
|
||||
!neode-ui/
|
||||
|
||||
# Allow demo assets (AIUI pre-built dist)
|
||||
!demo/
|
||||
|
||||
# Exclude node_modules (npm install happens in container for backend)
|
||||
neode-ui/node_modules
|
||||
neode-ui/src
|
||||
neode-ui/public
|
||||
neode-ui/.git
|
||||
.git
|
||||
|
||||
Reference in New Issue
Block a user