Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonioanerao/dockerfile-laravel-arm64
Dockerfile for Laravel Projects running on OCI ampere instance
https://github.com/antonioanerao/dockerfile-laravel-arm64
arm64 dockerfile laravel php82
Last synced: about 2 months ago
JSON representation
Dockerfile for Laravel Projects running on OCI ampere instance
- Host: GitHub
- URL: https://github.com/antonioanerao/dockerfile-laravel-arm64
- Owner: antonioanerao
- Created: 2023-04-01T15:56:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T18:34:21.000Z (over 1 year ago)
- Last Synced: 2024-10-13T13:01:19.568Z (3 months ago)
- Topics: arm64, dockerfile, laravel, php82
- Language: Dockerfile
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Docker Image for Laravel Projects running on OCI ampere instance
#### Nginx Version
1.23.3#### PHP Version
8.2.1#### NODE Version
16.19.1### NPM Version
9.6.3#### PHP Extensions
php8.2-fpm
php8.2-mbstring
php8.2-soap
php8.2-gd
php8.2-xml
php8.2-intl
php8.2-dev
php8.2-curl
php8.2-zip
php8.2-imagick
php8.2-gmp
php8.2-ldap
php8.2-bcmath
php8.2-bz2
php8.2-phar
php8.2-mysql
php8.2-sqlite3#### Root folder
/laravel### How to run
#### Clone this repo
$ git clone https://github.com/antonioanerao/dockerfile-laravel-arm64.git#### CD to the repo folder
$ cd dockerfile-laravel-arm64#### Build the docker image
$ docker build -t laravel .