harbor/make/common/db/Dockerfile

9 lines
128 B
Docker
Raw Normal View History

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