merge phraseanet-docker repo to this one

This commit is contained in:
Arthur de Moulins
2020-02-21 12:03:35 +01:00
parent f80506f55e
commit 924b7d1b8e
17 changed files with 9455 additions and 126 deletions

12
docker/db/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM mariadb:10.4.5
RUN apt-get update && \
apt-get install -y \
gettext \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/
ADD ./docker/ /
ENTRYPOINT ["/phraseanet-entrypoint.sh"]
CMD ["mysqld","--sql_mode="]