Skip to content

Commit 2f7bd5e

Browse files
author
Rudi Giesler
committed
Move example-config.yaml to example-app/config.yaml
1 parent 21df67a commit 2f7bd5e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN pip install -q junebug
66
RUN mkdir logs
77

88
EXPOSE 8080
9-
ENTRYPOINT ["jb", "--config=/app/example-config.yaml"]
9+
ENTRYPOINT ["jb", "--config=/app/config.yaml"]

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ junebug:
33
ports:
44
- "8080:8080"
55
volumes:
6-
- .:/app
6+
- example-app:/app
77
links:
88
- redis
99
- rabbitmq
File renamed without changes.

0 commit comments

Comments
 (0)