We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a409579 commit 9cfa7e5Copy full SHA for 9cfa7e5
README.md
@@ -1,2 +1,13 @@
1
# ci-docker-php-node
2
CI Docker container for gitlab ci and github runner
3
+
4
+This Repository build each day the current version of the dockerfile for the php versions 7.4,8,8.1 and 8.2
5
6
+The image can use in each gitlab-ci and github action pipeline to build php apps with composer and npm
7
8
+The image has the following functions:
9
10
+* Composer v2 https://getcomposer.org/
11
+* LTS Node https://nodejs.org/en/
12
+* Latest NPM Version
13
+* PHP Version depend on image version
0 commit comments