mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-04 15:08:21 +01:00
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
FROM library/nginx:1.9
|
||
|
|
||
|
ADD ./config/nginx /etc/nginx
|
||
|
|
||
|
|