update the package dependencies
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2025-11-01 09:29:47 +02:00
parent 06115bf93b
commit c65b192978
2 changed files with 739 additions and 689 deletions

View File

@ -24,9 +24,9 @@ This website is packaged as a container and deployed using nginx.
```bash
source .env
docker build -t my-portfolio-app .
docker tag my-portfolio-app:latest $DOCKER_REGISTRY/my-portfolio-app:latest
docker push $DOCKER_REGISTRY/my-portfolio-app:latest
docker build -t portfolio .
docker tag portfolio:latest $DOCKER_REGISTRY/portfolio:latest
docker push $DOCKER_REGISTRY/portfolio:latest
# Check the registry
curl -u user:pass https://$DOCKER_REGISTRY/v2/_catalog

File diff suppressed because it is too large Load Diff