Skip to content

Commit

Permalink
🐛 fix the problem of static in resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnane Miliari committed Dec 25, 2023
1 parent dde0b71 commit 02cda6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Ignore build generated files
target/
!.mvn/wrapper/
!target/classes/static

# Ignore logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="row">
<div class="col">
<img src="assets/images/hero.jpeg" alt="Herb image"
width="400px" height="450px">
width="450px" height="450px">
<h2 class="mt-3">
Welcome to Herb Classifier Service
<img src="assets/images/logo.png" alt="Herb logo"
Expand Down

0 comments on commit 02cda6a

Please sign in to comment.