Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbrunelli/shell-laravel
Script automatizado para gerar containers Laravel
https://github.com/mrbrunelli/shell-laravel
docker dockerfile laravel php shell shell-script
Last synced: about 1 month ago
JSON representation
Script automatizado para gerar containers Laravel
- Host: GitHub
- URL: https://github.com/mrbrunelli/shell-laravel
- Owner: mrbrunelli
- Created: 2021-04-29T22:59:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T23:25:32.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T09:50:24.602Z (3 months ago)
- Topics: docker, dockerfile, laravel, php, shell, shell-script
- Language: Dockerfile
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Imagem / Container Laravel
> Script automatizado para criar containers Laravel### Como executar
1. Fazer build da imagem
```sh
docker build -t imagemlaravel .
```2. Tornar script executável
```sh
chmod +x run_container.sh
```3. Subir container
```sh
./run_container.sh
```4. Acesse em
```sh
http://localhost:8085
```## Screenshot
![](.github/laravel.png)