frontend: initial commit for the frontend
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
My Portfolio Website
|
||||
=====================
|
||||
|
||||
# Deploy
|
||||
|
||||
This website is packaged as a container and deployed using nginx.
|
||||
```
|
||||
docker build -t my-portfolio-app .
|
||||
docker tag my-portfolio-app:latest registry.tahmidcloud.com/my-portfolio-app:latest
|
||||
docker push registry.tahmidcloud.com/my-portfolio-app:latest
|
||||
|
||||
# Check the registry
|
||||
curl -u user:pass http://192.168.1.142:5000/v2/_catalog
|
||||
```
|
||||
Reference in New Issue
Block a user