Files
AutoMarket/frontend/Dockerfile
2026-05-16 01:49:57 +03:00

3 lines
111 B
Docker

FROM nginx:alpine
COPY frontend/nginx.conf /etc/nginx/conf.d/default.conf
COPY frontend/ /usr/share/nginx/html/