Skip to content

Commit 94f920b

Browse files
committed
remove build cache for live demo
1 parent 8a12bb5 commit 94f920b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

live-demo/app/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ WORKDIR /code/
33
ADD package.json package-lock.json /code/
44
RUN npm ci
55
ADD . /code/
6-
RUN --mount=type=cache,target=/tmp npm run bundleNow
6+
# RUN --mount=type=cache,target=/tmp npm run bundleNow
7+
RUN npm run bundleNow
8+
9+
710
CMD ["npm", "run", "startLive"]

0 commit comments

Comments
 (0)