my-test/Dockerfile

5 lines
67 B
Docker
Raw Normal View History

2024-02-21 13:49:01 -06:00
from nginx:alpine
copy index.html /usr/share/nginx/html
expose 80