mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
4 lines
101 B
Docker
4 lines
101 B
Docker
|
FROM nginx:1.21
|
||
|
COPY dist /usr/share/nginx/html
|
||
|
COPY nginx.conf /etc/nginx/vhosts.d/checkout.conf
|