mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
8 lines
193 B
Docker
8 lines
193 B
Docker
FROM mariadb:10.2
|
|
|
|
LABEL maintainer="team@appwrite.io"
|
|
|
|
# Add appwrite schema and tables
|
|
ADD ./all.sql /docker-entrypoint-initdb.d/all.sql
|
|
|
|
RUN chown -R mysql:mysql /docker-entrypoint-initdb.d/ |