Compare commits

...

2 Commits

Author SHA1 Message Date
7967342045 Merge pull request 'fix: update path for scripts' (#61) from refactor/standardize-dockerfile-build-structure into master
Some checks failed
Deploy / deploy-8 (push) Failing after 3s
Deploy / deploy-9 (push) Failing after 4s
Reviewed-on: #61
2025-09-30 21:07:12 +10:00
f3b60b7137 fix: update path for scripts
All checks were successful
Build / build-9 (pull_request) Successful in 29s
Build / build-8 (pull_request) Successful in 38s
2025-09-30 21:04:29 +10:00
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ contents:
# Scripts to run during installation/removal (optional) # Scripts to run during installation/removal (optional)
scripts: scripts:
preinstall: ./scripts/preinstall.sh preinstall: /app/resources/scripts/preinstall.sh
# postinstall: ./scripts/postinstall.sh # postinstall: ./scripts/postinstall.sh
# preremove: ./scripts/preremove.sh # preremove: ./scripts/preremove.sh
# postremove: ./scripts/postremove.sh # postremove: ./scripts/postremove.sh

View File

@ -28,7 +28,7 @@ contents:
# Scripts to run during installation/removal (optional) # Scripts to run during installation/removal (optional)
scripts: scripts:
preinstall: ./scripts/preinstall.sh preinstall: /app/resources/scripts/preinstall.sh
# postinstall: ./scripts/postinstall.sh # postinstall: ./scripts/postinstall.sh
# preremove: ./scripts/preremove.sh # preremove: ./scripts/preremove.sh
# postremove: ./scripts/postremove.sh # postremove: ./scripts/postremove.sh