Skip to content

Commit

Permalink
Build locally, don't pull remote by default. Include .yml to pull pre…
Browse files Browse the repository at this point in the history
…build if wanted.
  • Loading branch information
bglopez committed Aug 5, 2018
1 parent 19c0aaa commit 4846328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose.build.yml → docker-compose.prebuilt.yml
@@ -1,8 +1,7 @@
version: '2'
services:
app:
build:
context: .
image: bglopez/cheat.sh
depends_on:
- redis
ports:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
@@ -1,7 +1,8 @@
version: '2'
services:
app:
image: cheat.sh
build:
context: .
depends_on:
- redis
ports:
Expand Down

0 comments on commit 4846328

Please sign in to comment.