Skip to content

Commit

Permalink
Merge pull request #18 from devxp-tech/hotfix/prometheus/metrics
Browse files Browse the repository at this point in the history
⚡ - Add Metrics
  • Loading branch information
diegoluisi authored Jun 8, 2024
2 parents 3f07a25 + 3166c3c commit 11d5451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ RUN curl -L https://github.com/nginxinc/nginx-prometheus-exporter/releases/downl
# Copy the static application files to the Nginx document root
COPY ./app /usr/share/nginx/html

# Copy the health check file
# Copy the health check files
COPY health-check/liveness/index.html /usr/share/nginx/html/health-check/liveness/index.html
COPY health-check/readiness/index.html /usr/share/nginx/html/health-check/readiness/index.html


# Copy the custom Nginx configuration
COPY conf/nginx.conf /etc/nginx/nginx.conf
COPY conf/default.conf /etc/nginx/conf.d/default.conf
Expand Down
File renamed without changes.

0 comments on commit 11d5451

Please sign in to comment.