Files
Srtools-Migration/.history/Dockerfile_20260317180943
2026-03-17 18:15:09 +07:00

4 lines
111 B
Plaintext

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]