1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00
Commit graph

6 commits

Author SHA1 Message Date
Eldad Fux 3968e7f667 Removed deprecated newrelic settings 2019-12-07 18:42:31 +02:00
Eldad A. Fux cec70ab15c
Merge branch 'master' into multi-stage-dockerfile 2019-11-19 11:04:16 +02:00
DaYea Yim 4a7237a34d Replaced $(...) instead of legacy backticked ...
Backtick command substitution `...` is legacy syntax with several
issues.

1. It has a series of undefined behaviors related to quoting in POSIX.
2. It imposes a custom escaping mode with surprising results.
3. It's exceptionally hard to nest.

$(...) command substitution has none of these problems, and is therefore
strongly encouraged.
2019-10-29 07:41:33 +00:00
Mostafa Hussein 4d84d337b1 introduce multi-stage build 2019-10-06 02:09:19 +02:00
eldadfux 6693b13e77 Upgraded PHP version from 7.2 to 7.3 2019-07-29 07:49:31 +03:00
eldadfux 36358e90b5 Added source code 2019-05-09 09:54:42 +03:00