Commit graph

4 commits

Author SHA1 Message Date
Jingup bcc0706def
Update Dockerfile
Add a variable
2024-03-27 10:55:12 +08:00
Dave Webb d235452302 Copy h-m-m to image as one of the final steps of the build
Each edit to the h-m-m script was triggering a full image rebuild,
including the slow apt-get and docker-php-ext-install steps.

I figure that the h-m-m script itself is more likely to change than the
system installs.

Moving the COPY to after those operations means that each time h-m-m
changes, the `docker build` can use the cache for the slow operations,
and just add a new layer for the COPY at the end.

Plus `chmod +x h-m-m` is unnecessary as h-m-m already has the executable
bit set.
2022-09-29 22:03:40 +13:00
nadrad 7a7b412439 removed pcntl 2022-09-18 11:25:49 +02:00
Vinicius Costa bd8458963a Add Dockerfile 2022-09-15 14:06:33 -03:00