Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .