mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42: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 . .
|
||||
RUN npm install && \
|
||||
npm run build && \
|
||||
npm prune
|
||||
npm run build
|
||||
|
||||
FROM release-base AS release-final
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue