test action
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 20s
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 20s
This commit is contained in:
parent
1fdd2a6049
commit
3641db8ee1
2 changed files with 40 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY ./product-preview-card-component-main/ /usr/share/nginx/html
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Loading…
Add table
Add a link
Reference in a new issue