include git to make akkoma work as a submodule
This commit is contained in:
parent
4e90652410
commit
d867e74ffb
|
@ -1,3 +1,4 @@
|
||||||
*
|
*
|
||||||
|
!.git
|
||||||
!akkoma
|
!akkoma
|
||||||
!prod.exs
|
!prod.exs
|
||||||
|
|
|
@ -3,7 +3,8 @@ FROM registry.nrd.li/nrdli/akkoma-base:${AKKOMA_COMMIT}
|
||||||
|
|
||||||
ENV PROD_SECRET_FILE=/config/prod.secret.exs
|
ENV PROD_SECRET_FILE=/config/prod.secret.exs
|
||||||
|
|
||||||
ADD akkoma /opt/akkoma/
|
ADD akkoma /opt/akkoma
|
||||||
|
ADD .git /opt/.git
|
||||||
ADD prod.exs /opt/akkoma/config/prod.exs
|
ADD prod.exs /opt/akkoma/config/prod.exs
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
Loading…
Reference in a new issue