Skip to content

Commit

Permalink
chore(): remove the need for creating an image before invoking docker…
Browse files Browse the repository at this point in the history
…-compose
  • Loading branch information
aubm committed Jun 5, 2016
1 parent 17b90d9 commit 5c1382d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "2"

services:
app:
image: aubm/books-api
build:
context: .
ports:
- 8080:8080
env_file:
Expand Down

0 comments on commit 5c1382d

Please sign in to comment.