This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:18.04 | |
MAINTAINER Miguel Ángel Martín <[email protected]> | |
# Set environment variables | |
ENV HOME /root | |
# MySQL root password | |
ARG MYSQL_ROOT_PASS=root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: cromattica/ubuntu-php72 | |
pipelines: | |
branches: | |
master: | |
- step: | |
caches: | |
- composer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return array( | |
'aa' => 'Afar', | |
'ab' => 'Abkhaz', | |
'ae' => 'Avestan', | |
'af' => 'Afrikaans', | |
'ak' => 'Akan', | |
'am' => 'Amharic', | |
'an' => 'Aragonese', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$countries = array | |
( | |
'AF' => 'Afghanistan', | |
'AX' => 'Aland Islands', | |
'AL' => 'Albania', | |
'DZ' => 'Algeria', | |
'AS' => 'American Samoa', | |
'AD' => 'Andorra', |