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

Merge branch 'development'

This commit is contained in:
2018-07-06 14:35:11 -04:00

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 \