Skip to content

Commit e761b4a

Browse files
committedJul 13, 2018
Docker: Move conf files inside staging
1 parent a2e3232 commit e761b4a

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed
 

‎Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
all: dev
77

88
.PHONY: common-conf
9-
common-conf: docker/conf/explorer.env docker/conf/explorer.proc
9+
common-conf: docker/staging/conf/explorer.env docker/staging/conf/explorer.proc docker/staging/conf/elements.env docker/staging/conf/elements.proc docker/staging/conf/bitcoin.env docker/staging/conf/bitcoin.proc
10+
rm -rf docker/conf
11+
cp -r ./docker/staging/conf ./docker/conf
1012

1113
dev: common-conf
1214
cd docker/staging && docker-compose up --build
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.