satan1c
PROOP
2 years ago
I've my sh script, to download & extract archive with resources
but "Permission denied", is it impossible to execute my sh scripts ?
15 Replies
2 years ago
nixpacks or Dockerfile?
2 years ago
then you need to do --chmod=755 when copying in the script
2 years ago
if you don't do copy how does the script end up in the final image?
2 years ago
ADD is not recommended
2 years ago
yep
2 years ago
no problem!