FROM nginx:alpine

COPY index.html style.css app.js recipes.json /usr/share/nginx/html/
COPY recipes/ /usr/share/nginx/html/recipes/

EXPOSE 80
