mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added healthcheck to dockerfile
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM ruby:2.5.1
|
||||
|
||||
HEALTHCHECK --start-period=30s curl --insecure https://127.0.0.1/
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -qq upgrade -y \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y \
|
||||
|
||||
Reference in New Issue
Block a user