Files
phase4-autodeploy-test/Dockerfile
T
2026-06-04 18:20:24 +07:00

4 lines
77 B
Docker

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