Added untested healthcheck
This commit is contained in:
parent
0356860785
commit
9e1335ae58
1 changed files with 2 additions and 0 deletions
|
@ -15,7 +15,9 @@ RUN npm update && \
|
|||
## Install container support files
|
||||
RUN source <(curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/bin/install)
|
||||
ADD ./docker-entrypoint.sh /bin/docker-entrypoint
|
||||
ADD ./healthcheck.sh /bin/healthcheck
|
||||
|
||||
HEALTHCHECK CMD healthcheck
|
||||
EXPOSE 3000
|
||||
USER speech
|
||||
WORKDIR /app/
|
||||
|
|
Loading…
Reference in a new issue