mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 01:00:08 +01:00
9 lines
125 B
Docker
9 lines
125 B
Docker
|
FROM mysql:5.6
|
||
|
|
||
|
WORKDIR /tmp
|
||
|
|
||
|
ADD registry.sql r.sql
|
||
|
|
||
|
ADD docker-entrypoint.sh /entrypoint.sh
|
||
|
RUN chmod u+x /entrypoint.sh
|