All checks were successful
Build and Deploy Docker Image / build (push) Successful in 20s
5 lines
121 B
Docker
5 lines
121 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./product-preview-card-component-main/ /usr/share/nginx/html
|
|
|
|
CMD ["nginx", "-g", "daemon off;"]
|