Files
2026-07-27 01:33:06 +00:00

5 lines
65 B
Docker

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