6 lines
121 B
Text
6 lines
121 B
Text
|
FROM nginx:alpine
|
||
|
|
||
|
COPY ./product-preview-card-component-main/ /usr/share/nginx/html
|
||
|
|
||
|
CMD ["nginx", "-g", "daemon off;"]
|