mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
src
is now needed
This commit is contained in:
parent
e768e59abc
commit
cd6cb07257
@ -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…
x
Reference in New Issue
Block a user