Docker composer-and-node-ci image
 
Go to file
Carlos Gomes afd7b30c37
Remove empty quotes from ci trying to fix the build for php 7.1
2021-11-12 13:16:06 +01:00
.github/workflows Remove empty quotes from ci trying to fix the build for php 7.1 2021-11-12 13:16:06 +01:00
Dockerfile Move away from Alpine as it is smaller but its IO is 20% slower 2021-11-12 13:00:30 +01:00
Dockerfile.alpine Rename Dockerfile to keep history 2021-11-12 11:54:52 +01:00
LICENSE Initial commit 2017-10-04 20:22:30 -03:00
Makefile Move away from Alpine as it is smaller but its IO is 20% slower 2021-11-12 13:00:30 +01:00
README.md Install Node from download instead of apk 2021-11-12 00:01:00 +01:00
zshrc Install Node from download instead of apk 2021-11-12 00:01:00 +01:00

README.md

composer-and-node-ci Docker image

A docker image to be used on continuous integration projects.

The idea is to include everything you need to run unit tests and build frontend projects.

Also, it is possible to run pure PHP or with frameworks like Laravel or CodeIgniter, Composer for dependency manager.

To deploy and transfer files, Deployer, SSH, and RSync are available.

Nginx and Apache are NOT included.

This image includes:

Loaded modules:

$ php -m

[PHP Modules]
Core
ctype
curl
date
dom
fileinfo
filter
ftp
hash
iconv
json
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcre
PDO
pdo_sqlite
Phar
posix
pspell
readline
Reflection
session
SimpleXML
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
zip
zlib