feat: add scripts directory to Dockerfile and mark subproject commits as dirty

This commit is contained in:
David Montero Crespo 2026-04-14 17:38:03 -03:00
parent 5202bdae7f
commit 2927a3a2d7
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ RUN npm install && npm run build --if-present
# (it requires wokwi-elements/src which isn't needed at runtime)
WORKDIR /app
COPY frontend/ frontend/
COPY scripts/ scripts/
WORKDIR /app/frontend
RUN npm install && npm run build:docker