mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
fix merging problem
This commit is contained in:
parent
af838d62e8
commit
d4fe5908f5
@ -10,6 +10,9 @@ COPY . .
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
# Remove built tools
|
||||||
|
RUN apk del make g++
|
||||||
|
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
VOLUME ["/app/data"]
|
VOLUME ["/app/data"]
|
||||||
CMD ["npm", "run", "start-server"]
|
CMD ["npm", "run", "start-server"]
|
||||||
|
@ -92,7 +92,6 @@ class Notification {
|
|||||||
console.log(error)
|
console.log(error)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return await Notification.discord(notification, msg)
|
|
||||||
|
|
||||||
} else if (notification.type === "signal") {
|
} else if (notification.type === "signal") {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user