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: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T23:25:32.000Z (about 5 years ago)
- Last Synced: 2025-07-19T01:32:38.738Z (11 months ago)
- Topics: docker, dockerfile, laravel, php, shell, shell-script
- Language: Dockerfile
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 2
- 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
