frontendmentor/Dockerfile
Mike Smith 3641db8ee1
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 20s
test action
2025-01-03 10:19:44 -05:00

5 lines
121 B
Docker

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