1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/resources/docker/mariadb/Dockerfile

8 lines
193 B
Docker
Raw Normal View History

2019-09-14 19:20:49 +12:00
FROM mariadb:10.2
LABEL maintainer="team@appwrite.io"
# Add appwrite schema and tables
ADD ./all.sql /docker-entrypoint-initdb.d/all.sql
2019-09-14 19:30:11 +12:00
RUN chown -R mysql:mysql /docker-entrypoint-initdb.d/