1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-03-02 10:41:59 +01:00
harbor/make/photon/notary/server.Dockerfile

8 lines
194 B
Docker
Raw Normal View History

from library/photon:1.0
COPY ./binary/notary-server /bin/notary-server
COPY ./migrate /bin/migrate
COPY ./migrations/ /migrations/
ENV SERVICE_NAME=notary_server
ENTRYPOINT [ "notary-server" ]