checkout/Dockerfile
2022-01-24 14:38:04 +03:00

4 lines
101 B
Docker

FROM nginx:1.21
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/vhosts.d/checkout.conf