Skip to content

Commit

Permalink
Merge pull request #220 from orertrr/add-static-file
Browse files Browse the repository at this point in the history
Add a static file to production image
  • Loading branch information
toomore authored Jul 9, 2024
2 parents 051fc39 + 6d04134 commit a43adfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ ADD ./templates/mail/base*.html \
./templates/mail/

ADD ./static/ExpenseStatusLabel.js \
./static/ExpenseInvoiceTotalCard.js \
./static/ExpenseTable.js \
./static/ExpenseEditor.js \
./static/DispenseEditor.js \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-app-dev
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ADD ./templates/base.html \
./templates/

ADD ./static/ExpenseStatusLabel.js \
./static/ExpenseInvoiceTotalCard.js \
./static/ExpenseTable.js \
./static/ExpenseEditor.js \
./static/DispenseEditor.js \
Expand Down

0 comments on commit a43adfa

Please sign in to comment.