Files
llm-bench-test/Dockerfile
2026-04-11 09:49:11 +02:00

4 lines
57 B
Docker

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