Skip to content
Permalink
f30d47e419
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (7 sloc) 253 Bytes
FROM tier/mariadb:mariadb10
COPY container_files/seed-data/ /seed-data/
ENV MYSQL_DATABASE sis
ENV MYSQL_USER sis_user
ENV MYSQL_PASSWORD 49321420423
ENV MYSQL_DATADIR /var/lib/mysqlmounted
ENV AFTER_FIRST_TIME_SQL /seed-data/persons-and-courses.sql