diff --git a/.docker-compose.yml.swp b/.docker-compose.yml.swp new file mode 100644 index 0000000000000000000000000000000000000000..b009180ab871066696f1c56291fbdfb8864d8084 Binary files /dev/null and b/.docker-compose.yml.swp differ diff --git a/apachephp/Dockerfile b/apachephp/Dockerfile index 3d5571d7768b2eb77ec5329e101f8f960e91bcff..d70c1a71a21849e536adfcaaff4ae9554b5efeaf 100644 --- a/apachephp/Dockerfile +++ b/apachephp/Dockerfile @@ -1,2 +1,2 @@ -FROM php:apache +FROM php:7.2-apache RUN apt-get update && apt-get -y install cron