FROM nginx:alpine
COPY index.html style.css app.js snippets.json /usr/share/nginx/html/
EXPOSE 80
