harbor/Deploy/db/Dockerfile

9 lines
125 B
Docker
Raw Normal View History

2016-02-01 12:59:10 +01:00
FROM mysql:5.6
WORKDIR /tmp
ADD registry.sql r.sql
ADD docker-entrypoint.sh /entrypoint.sh
RUN chmod u+x /entrypoint.sh