Huan He
update for sciviz
6286ce5
raw
history blame contribute delete
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 ./