Skip to content

Commit

Permalink
Do not build Ducktor for dev environment
Browse files Browse the repository at this point in the history
Use the Docker image from Docker Hub instead
  • Loading branch information
patriksvensson committed Apr 26, 2020
1 parent b62e254 commit dce77c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 2 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ services:
depends_on:
- app
ducktor:
image: duckhq/ducktor:dev
build:
context: .
dockerfile: ducktor.dev.dockerfile
image: duckhq/ducktor:latest
ports:
- "5000:5000"
volumes:
- './ducktor/src:/ducktor'
- "5000:80"
container_name: ducktor
4 changes: 0 additions & 4 deletions ducktor.dev.dockerfile

This file was deleted.

0 comments on commit dce77c7

Please sign in to comment.