Skip to content

Commit

Permalink
Hopefully fixes rest of the docker build (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Mar 14, 2024
1 parent dd96cdf commit 640be0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
RUN yum -y install java-11-openjdk \
&& yum clean all

COPY rpm/target/rpm/com.teragrep-pth_05/RPMS/x86_64/com.teragrep-pth_05-*.rpm /rpm/
RUN yum install -y /pth_05.rpm
COPY rpm/target/rpm/com.teragrep-pth_05/RPMS/x86_64/com.teragrep-pth_05-*.rpm /pth_05.rpm
RUN yum install -y /pth_05.rpm && rm -f /pth_05.rpm && dnf clean all

ENV PTH_05_ENDPOINT="http://0.0.0.0:8080"
ENV PTH_05_CREDENTIALS_FILE="/opt/teragrep/pth_05/etc/credentials.json"
Expand Down

0 comments on commit 640be0d

Please sign in to comment.