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