Commit Graph

9 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
Philipp Wallrich c5ee3da9aa updated Readme (#6)
http://localhost/8000 should be http://localhost:8000, at least on my machine
2019-10-01 12:19:27 -06: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 bddde74c50
Update README.md 2018-09-13 21:58:04 -06:00
Andy Miller 9efd92ce51
Updated README 2018-09-13 17:31:34 -06:00
Andy Miller 7eee9d5e35
Initial commit 2018-09-13 17:17:18 -06:00
Djamil Legato 3281e9388d
Initial commit 2018-09-12 16:18:01 -07:00