Huan He
change to nginx for serving
a5ad565
raw
history blame
No virus
190 Bytes
# 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 ./