checkout/Dockerfile

4 lines
101 B
Docker
Raw Permalink Normal View History

2022-01-24 11:38:04 +00:00
FROM nginx:1.21
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/vhosts.d/checkout.conf