Permalink
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?
InCommonTAP-Examples/Workbench/sources/Dockerfile
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (7 sloc)
253 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |