first commit

This commit is contained in:
2023-01-13 14:21:51 +01:00
commit f15c026538
200 changed files with 34409 additions and 0 deletions

17
README.md Executable file
View File

@@ -0,0 +1,17 @@
# Quasar App (ejercicio_quasar)
### Crear la imagen
```
docker build -t dockerize-quasar .
```
### borrar y crear contenedor
```
docker rm -f blog && docker run -d --name=blog --restart unless-stopped -p 33328:80 dockerize-quasar
```
### purgar docker
```
docker system prune
docker image prune -a
```