Skip to content

Commit

Permalink
Merge pull request #169 from eclipse-tractusx/hotfix/updated-image-v2…
Browse files Browse the repository at this point in the history
….0.0

chore: updated docker file backend
  • Loading branch information
matbmoser authored Dec 22, 2023
2 parents 3d125f4 + 412ca0f commit 8132939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpp-backend/digitalproductpass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ VOLUME data log
RUN mkdir -p ./log
RUN mkdir -p ./data

COPY ./target/digitalproductpass*.jar productpass.jar
COPY ./target/digitalproductpass*.jar digitalproductpass.jar

#HEALTHCHECK --interval=60s --timeout=4s CMD curl -f http://localhost:8080/health || exit 1
HEALTHCHECK NONE
Expand Down

0 comments on commit 8132939

Please sign in to comment.