Fix typo in dockerfile
This commit is contained in:
parent
c557895079
commit
5a2d21b24a
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user