الملفات
ghaymah-exam--Momen-Lotfy--…/task5-mithal-dashboard/Dockerfile
momenlotfy 51517b5971 finsh
2026-07-28 23:50:48 +03:00

12 أسطر
158 B
Docker

FROM nginx:alpine
WORKDIR /usr/share/nginx/html
COPY dashboard.html .
COPY latest.json .
COPY history.json .
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]