Little tweaks to make it work... In a devcontainer anyway....
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user