1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Build locally, don't pull remote by default. Include .yml to pull prebuild if wanted.

This commit is contained in:
Brandon Lopez
2018-08-05 13:40:29 -07:00
parent 19c0aaa437
commit 4846328b88
2 changed files with 3 additions and 3 deletions
@@ -1,8 +1,7 @@
version: '2'
services:
app:
build:
context: .
image: bglopez/cheat.sh
depends_on:
- redis
ports:
+2 -1
View File
@@ -1,7 +1,8 @@
version: '2'
services:
app:
image: cheat.sh
build:
context: .
depends_on:
- redis
ports: