Skip to content

Commit

Permalink
Only building server stage
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Jun 3, 2018
1 parent 9b748f0 commit e2167f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ services:
ports:
- "8080:8080"
server:
build: .
build:
context: .
target: server
command: go run main.go
ports:
- "9090:9090"

0 comments on commit e2167f5

Please sign in to comment.