refactor: refs #7930 Deleted HEALTHCHECK of back dockerfile #3118
|
@ -56,6 +56,3 @@ COPY \
|
|||
./
|
||||
|
||||
CMD ["pm2-runtime", "./back/process.yml"]
|
||||
|
||||
HEALTHCHECK --interval=15s --timeout=10s \
|
||||
CMD curl -f http://localhost:3000/api/Applications/status || exit 1
|
||||
|
|
Loading…
Reference in New Issue