9 lines
200 B
Text
9 lines
200 B
Text
|
FROM dmcgowan/token-server:oauth
|
||
|
|
||
|
WORKDIR /
|
||
|
|
||
|
COPY ./.htpasswd /.htpasswd
|
||
|
COPY ./certs/auth.localregistry.cert /tls.cert
|
||
|
COPY ./certs/auth.localregistry.key /tls.key
|
||
|
COPY ./certs/signing.key /sign.key
|