mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-09 12:10:08 +01:00
0aac7832eb
remove the binary temp folder, just keep on binary path.
8 lines
194 B
Docker
8 lines
194 B
Docker
from library/photon:1.0
|
|
|
|
COPY ./binary/notary-signer /bin/notary-signer
|
|
COPY ./migrate /bin/migrate
|
|
COPY ./migrations/ /migrations/
|
|
|
|
ENV SERVICE_NAME=notary_signer
|
|
ENTRYPOINT [ "notary-signer" ] |