Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Oct 16, 2024
1 parent a0b46b3 commit 5da17ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ RUN mkdir -p /app/metrics/rawmetrics/filtered_by_status_code && \
mkdir -p /var/log/ingresslogs

# Copy required files
COPY extract_goaccess_metrics.sh /app/
COPY goaccess_metric_parser.py /app/
COPY extract_logs_metrics.sh /app/
COPY logs_metric_parser.py /app/

COPY extract_prometheus_metrics.sh /app/
COPY metrics_prom.py /app/
COPY prometheus_metric_parser.py /app/

COPY create_index.py /app/

Expand Down

0 comments on commit 5da17ac

Please sign in to comment.