update the package dependencies
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@ -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
|
||||
|
||||
1422
frontend/package-lock.json
generated
1422
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user