mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
9 lines
200 B
Docker
9 lines
200 B
Docker
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
|