zkt26/z2/frontend/Dockerfile
Bohdan Kapliuk 2718263509 message
2026-04-08 12:36:10 +03:00

7 lines
131 B
Docker

FROM nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80