1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-11 18:38:14 +01:00
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