feat: add scripts directory to Dockerfile and mark subproject commits as dirty
This commit is contained in:
parent
5202bdae7f
commit
2927a3a2d7
|
|
@ -93,6 +93,7 @@ RUN npm install && npm run build --if-present
|
||||||
# (it requires wokwi-elements/src which isn't needed at runtime)
|
# (it requires wokwi-elements/src which isn't needed at runtime)
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY frontend/ frontend/
|
COPY frontend/ frontend/
|
||||||
|
COPY scripts/ scripts/
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
RUN npm install && npm run build:docker
|
RUN npm install && npm run build:docker
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue