1
0
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:
2018-07-06 14:09:09 -04:00
parent fc3b7694d3
commit 31025ff833

View File

@@ -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 \