1
0
Fork 0

Update Dockerfile

This commit is contained in:
colin 2023-11-21 17:25:42 +00:00
parent 20234e08ae
commit 4009ca3d4d
1 changed files with 1 additions and 8 deletions

View File

@ -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"]