7 lines
135 B
Docker
7 lines
135 B
Docker
|
FROM artifacts.iflytek.com/docker-private/atp/nginx:latest
|
||
|
|
||
|
ADD default.conf /etc/nginx/conf.d/
|
||
|
ADD index.html /usr/share/nginx/html
|
||
|
|
||
|
|