Skip to content

Commit

Permalink
🐳 Add volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobrunodev committed Mar 1, 2020
1 parent 8e78fa1 commit 63f7c29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: '3.7'

services:
app:
build: ./
build: .
volumes:
- .:/app
ports:
- 3002:${PORT}
environment:
Expand Down

0 comments on commit 63f7c29

Please sign in to comment.