Little tweaks to make it work... In a devcontainer anyway....

This commit is contained in:
2025-07-25 21:32:20 -03:00
parent 9eb293ccb1
commit f17c0d08a1
110 changed files with 10672 additions and 1246 deletions

View File

@@ -29,7 +29,7 @@
"docker:build:frontend": "docker build -t pfosi-looking-frontend ./app",
"docker:build:backend": "docker build -t pfosi-looking-backend ./backend",
"deploy": "docker-compose up -d",
"mongo:shell": "mongo mongodb://admin:password@localhost:27017/urge?authSource=admin"
"mongo:shell": "docker exec -it $(docker ps -q -f name=mongo) mongo mongodb://admin:password@localhost:27017/urge?authSource=admin"
},
"devDependencies": {
"concurrently": "^7.6.0",