Files
testapp/Dockerfile
T
2026-09-12 15:46:23 +08:00

3 lines
67 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html