Files
cbp-calculator/Dockerfile
T

5 lines
132 B
Docker

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