From 5a2d21b24af407d5ad7ad4ba88bebc1144ea8d83 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Sun, 1 Aug 2021 12:59:10 -0700 Subject: [PATCH] Fix typo in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4213019..c5c0c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ apt-get -y install curl p7zip-full WORKDIR /usr/local/apache2/htdocs/ RUN mkdir download ENV IMG false -HEALTHCHECK --startperiod=1m CMD /healthcheck.sh +HEALTHCHECK --start-period=1m CMD /healthcheck.sh CMD ["/bin/bash","/init.sh"] \ No newline at end of file