forked from filipg/gonito
add git
This commit is contained in:
parent
7a7299a0a6
commit
6dd6863174
@ -27,4 +27,6 @@ COPY --from=gonito-build /root/gonito/static static
|
|||||||
|
|
||||||
COPY --from=gonito-build /root/gonito/config config
|
COPY --from=gonito-build /root/gonito/config config
|
||||||
|
|
||||||
|
RUN apt-get -y update && apt-get -y install git && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
CMD ./gonito-bin
|
CMD ./gonito-bin
|
||||||
|
@ -11,7 +11,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- gonito
|
- gonito
|
||||||
gonito:
|
gonito:
|
||||||
image: loxygen/gonito
|
image: loxygen/gonito:0.3.0
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user