mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 23:41:02 +01:00
update repository references and improve script handling
This commit is contained in:
6
compreface/Dockerfile
Executable file
6
compreface/Dockerfile
Executable file
@@ -0,0 +1,6 @@
|
||||
FROM exadel/compreface:1.1.0
|
||||
ENV PGDATA=/data/database
|
||||
RUN apt-get update && apt-get install jq -y && rm -rf /var/lib/apt/lists/*
|
||||
COPY postgresql.conf /etc/postgresql/13/main/postgresql.conf
|
||||
COPY run.sh /
|
||||
CMD ["/run.sh"]
|
||||
Reference in New Issue
Block a user