FROM nginx:alpine COPY index.html /usr/share/nginx/html/index.html COPY wallets.js /usr/share/nginx/html/wallets.js COPY verifier.js /usr/share/nginx/html/verifier.js COPY stream.js /usr/share/nginx/html/stream.js COPY default.conf /etc/nginx/conf.d/default.conf EXPOSE 80