mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
add docker deployment documentation
This commit is contained in:
@ -43,7 +43,9 @@
|
||||
"predeploy:app": "npm run build",
|
||||
"deploy:app": "firebase deploy --only hosting:app",
|
||||
"predeploy:docs": "npm run docs:build",
|
||||
"deploy:docs": "firebase deploy --only hosting:docs"
|
||||
"deploy:docs": "firebase deploy --only hosting:docs",
|
||||
"docker:dev": "docker-compose -f docker-compose-dev.yml up -d --build",
|
||||
"docker": "docker-compose up -d --build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
||||
Reference in New Issue
Block a user