Merge branch 'master' of 192.168.0.221:cay/Vertragsverwaltung_Plusfit24
This commit is contained in:
commit
a711e76c81
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user