github.com/mre-fog/trillianxx@v1.1.2-0.20180615153820-ae375a99d36a/examples/deployment/docker/db_server/Dockerfile (about)

     1  FROM mysql:5.7
     2  
     3  # expects the build context to be: $GOPATH/src/github.com/google/trillian 
     4  COPY storage/mysql/storage.sql /docker-entrypoint-initdb.d/storage.sql
     5  RUN chmod -R 775 /docker-entrypoint-initdb.d
     6