improve dockerization

This commit is contained in:
Toni
2026-02-09 12:47:49 +01:00
parent a269f28a43
commit 342492e74d
6 changed files with 57 additions and 51 deletions

View File

@@ -35,4 +35,8 @@ COPY . .
EXPOSE 3630
# Run the application.
# Run the application.
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:3630/api/watchlist || exit 1
CMD npm start