build: add a healthcheck to the development Dockerfile
This commit is contained in:
parent
75692622a7
commit
7a8f47c8ed
@ -11,4 +11,5 @@ RUN npm install
|
||||
|
||||
COPY docker/dev/app/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8000 || exit 1
|
||||
CMD ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user