5 lines
67 B
Docker
5 lines
67 B
Docker
|
from nginx:alpine
|
||
|
copy index.html /usr/share/nginx/html
|
||
|
expose 80
|
||
|
|