Replace debian-based image with alpine-based.

Remove supervisor usage. Cron now runs as separate service.
CI for backend now performs without Docker.
This commit is contained in:
ErickSkrauch
2018-07-10 20:02:19 +03:00
parent a0d88e8a8f
commit 49d612daa1
12 changed files with 201 additions and 185 deletions

5
docker/php/php.dev.ini Normal file
View File

@@ -0,0 +1,5 @@
error_reporting = E_ALL;
display_errors = On;
# Disable Opcache caching
opcache.validate_timestamps = 1;