Skip to content

Commit

Permalink
fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Dec 3, 2024
1 parent badf6f7 commit c8f61ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN yarn build

FROM nginx:alpine

ADD https://github.com/nginx/nginx-prometheus-exporter/releases/download/v0.11.0/nginx-prometheus-exporter /usr/local/bin/nginx-prometheus-exporter
RUN chmod +x /usr/local/bin/nginx-prometheus-exporter
RUN wget https://github.com/nginx/nginx-prometheus-exporter/releases/download/v0.11.0/nginx-prometheus-exporter -O /usr/local/bin/nginx-prometheus-exporter \
&& chmod +x /usr/local/bin/nginx-prometheus-exporter

COPY --from=build /app/dist /usr/share/nginx/html

Expand Down

0 comments on commit c8f61ee

Please sign in to comment.