Skip to content

Commit

Permalink
no volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-ra committed Aug 23, 2023
1 parent 173e8a6 commit a4ec17f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '3.9'
services:
weather:
build: .
command:
node app/weather.js
# command:
# node app/weather.js
ports:
- 8070:8070
volumes:
- .:/app/
# volumes:
# - .:/app/
restart: always
network_mode: host
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ENV_ID=dev nodemon app/user-cycle.js",
"start": "ENV_ID=prod node app/user-cycle.js",
"deploy": "make"
"dev": "ENV_ID=dev nodemon app/weather.js",
"start": "ENV_ID=prod node app/weather.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4ec17f

Please sign in to comment.