mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
src
is now needed
This commit is contained in:
parent
e768e59abc
commit
cd6cb07257
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ RUN rm package-lock.json
|
|||
|
||||
COPY --from=build /app/extra /app/extra
|
||||
COPY --from=build /app/server /app/server
|
||||
COPY --from=build /app/src /app/src
|
||||
COPY --from=build /app/dist /app/dist
|
||||
|
||||
CMD ["npm", "run", "start-server"]
|
||||
|
|
Loading…
Add table
Reference in a new issue