test action
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 20s

This commit is contained in:
Smigz 2025-01-03 10:19:44 -05:00
parent 1fdd2a6049
commit 3641db8ee1
2 changed files with 40 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM nginx:alpine
COPY ./product-preview-card-component-main/ /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]