Files
cbp-calculator/Dockerfile
T

6 lines
199 B
Docker

FROM nginx:alpine
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html
COPY hero-banner.jpg hero-banner-mobile.jpg /usr/share/nginx/html/
EXPOSE 80