1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed healthcheck syntax

This commit is contained in:
2018-07-06 14:21:30 -04:00
parent 31025ff833
commit 018bccb1ef

View File

@@ -1,6 +1,6 @@
FROM ruby:2.5.1
HEALTHCHECK --start-period=30s curl --insecure https://127.0.0.1/
HEALTHCHECK --start-period=30s CMD curl --insecure https://127.0.0.1/
RUN apt-get -qq update \
&& DEBIAN_FRONTEND=noninteractive apt-get -qq upgrade -y \