pizza_broodjeaap_net/Dockerfile
David 07c17d1359
Some checks are pending
Build and push Docker image / build-and-push (push) Waiting to run
Initial copy
2026-08-20 21:26:16 +02:00

6 lines
144 B
Docker

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