FROM nginx:alpine
COPY index.html /usr/share/nginx/html/
COPY client.js /usr/share/nginx/html/
EXPOSE 80
