Commit Graph

55 Commits

Author SHA1 Message Date
Rotzbua d94c4836e7 optimize apt-get step (#18)
source: https://www.fromlatest.io/#/

Line 8: Consider `--no-install-recommends` (Optimization)
Consider using a --no-install-recommends when apt-get installing packages. This will result in a smaller image size.

Line 8: apt-get update with matching cache rm (Optimization)
Use of apt-get update should be paired with rm -rf /var/lib/apt/lists/* in the same layer.
2020-01-22 12:32:19 -07:00
eloquentcarbon 02c559e868 Update to version 1.6.16 and make production use ready (#17)
* Update to php:7.3-apache base docker image

* Update Grav version to 1.6.16

Add missing libzip-dev dependency.

* Add persistent volume

* Add cron support

* Add vi editor

Allows editing files when using `docker exec -it <container> /bin/bash`

* Correct vi editor install

* Updated README.md for version 1.6.16

Since the data volume is automatically persisted removed the extra information regarding volume mapping.
2020-01-22 12:31:37 -07:00
Andy Miller c8b5d72dad Updated Grav version 2018-12-02 10:28:14 -07:00
Andy Miller a75614edd7
Added expires apache mod + php settings 2018-09-20 21:24:38 -06:00
Andy Miller 7eee9d5e35
Initial commit 2018-09-13 17:17:18 -06:00