Merge branch 'master' of 192.168.0.221:cay/Vertragsverwaltung_Plusfit24

This commit is contained in:
Cay 2026-02-28 15:22:10 +00:00
commit a711e76c81

View File

@ -9,4 +9,7 @@ COPY . .
EXPOSE 3005
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
CMD wget -qO- http://localhost:3005/ || exit 1
CMD ["node", "app.js"]