Skip to content

Commit

Permalink
add docker file path
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 27, 2023
1 parent e01af8b commit 52a7e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3'

services:
node-app:
build: .
# image: node-app
build:
dockerfile: Dockerfile
environment:
- MONGODB_URL=mongodb://mongodb:27017/node-boilerplate
ports:
Expand Down

0 comments on commit 52a7e69

Please sign in to comment.