fix merging problem

pull/38/head
LouisLam 3 years ago
parent af838d62e8
commit d4fe5908f5

@ -10,6 +10,9 @@ COPY . .
RUN npm install
RUN npm run build
# Remove built tools
RUN apk del make g++
EXPOSE 3001
VOLUME ["/app/data"]
CMD ["npm", "run", "start-server"]

@ -92,7 +92,6 @@ class Notification {
console.log(error)
return false;
}
return await Notification.discord(notification, msg)
} else if (notification.type === "signal") {
try {

Loading…
Cancel
Save