# serve the data with nginx FROM nginx:alpine # set the working folder in the container WORKDIR /usr/share/nginx/html # copy the nginx configuration COPY ./index.html ./ COPY ./50x.html ./