mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Add healthcheck script
This commit is contained in:
@@ -14,6 +14,7 @@ FROM node:lts-alpine as runtime-image
|
||||
WORKDIR /root/app
|
||||
|
||||
COPY ./package.json ./
|
||||
COPY ./scripts/healthcheck.js ./
|
||||
|
||||
RUN npm i --only=production
|
||||
|
||||
|
||||
Reference in New Issue
Block a user