mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
Remove npm prune
- node_modules
are not copied into release-final
image
This commit is contained in:
parent
713bbe0014
commit
e768e59abc
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ FROM release-base AS build
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install && \
|
RUN npm install && \
|
||||||
npm run build && \
|
npm run build
|
||||||
npm prune
|
|
||||||
|
|
||||||
FROM release-base AS release-final
|
FROM release-base AS release-final
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue