Fix typo in dockerfile

This commit is contained in:
Jafner 2021-08-01 12:59:10 -07:00
parent 60aace48c4
commit d5fb2d074f

View File

@ -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"]