##// END OF EJS Templates
docker: recent changes for build
docker: recent changes for build

File last commit:

r3:645270a3
r3:645270a3
Show More
rhodecode_database.dockerfile
4 lines | 170 B | text/plain | DockerLexer
/ service / database / rhodecode_database.dockerfile
ARG POSTGRES_BUILD
FROM library/postgres:$POSTGRES_BUILD
COPY service/database/customized.conf /etc/conf.d/pg_customized.conf
CMD ["postgres", "-c", "log_statement=ddl"]