diff --git a/Dockerfile b/Dockerfile index 719f1bb..ca63a75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,5 @@ -# Start from the official Nginx image FROM nginx:alpine - -# Copy our custom Nginx configuration and script COPY nginx.conf /etc/nginx/nginx.conf.template COPY docker-entrypoint.sh /docker-entrypoint.sh -COPY matomo.js /matomo.js.template -# Make the script executable RUN chmod +x /docker-entrypoint.sh - -ENTRYPOINT ["/docker-entrypoint.sh"] - +ENTRYPOINT ["/docker-entrypoint.sh"] \ No newline at end of file