From c32415fd92350b7bd39fcae882dcfc77a1e44777 Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Sat, 25 Jun 2022 05:06:12 +0000 Subject: [PATCH] Update Docker --- Docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docker.md b/Docker.md index 7c19f45..de8cfb2 100644 --- a/Docker.md +++ b/Docker.md @@ -1,9 +1,9 @@ -## Docker The web interface has a [GitLab CI setup](https://gitlab.com/ruany/litebans-php/-/blob/master/.gitlab-ci.yml) designed for unit testing. -This CI configuration uses the latest stable versions of PHP and MariaDB. The code is kept up-to-date to be compatible with these, as unit tests passing is of top priority, and deprecation warnings are treated as test failures. - -This GitLab CI configuration can be used to [create Docker images](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html) for containerization purposes. +## Features +- Uses the latest stable versions of PHP and MariaDB. +- The code is kept up-to-date to be compatible with the latest software, as unit tests passing is of top priority, and deprecation warnings are treated as test failures. +- Can be used to [create Docker images](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html) for containerization purposes. ## Environment variables The following environment variables are currently supported: