diff --git a/Dockerfile b/Dockerfile index cd2dfb1..3a490c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ # Use the lightweight Nginx image FROM nginx:alpine -LABEL org.opencontainers.image.source="https://git.ulfrx.dev/ulfr/recipe-mockup" - COPY nginx/default.conf /etc/nginx/conf.d/default.conf COPY index.html /usr/share/nginx/html/ COPY manifest.webmanifest /usr/share/nginx/html/