tweak perms so files can be deleted

This commit is contained in:
hosted-fornet 2024-09-30 15:54:04 -07:00
parent 29aba64548
commit c518c71d96

View File

@ -11,4 +11,4 @@ RUN . ~/.bashrc \
WORKDIR /input
# Set the default command to run the build script
CMD ["/bin/bash", "-c", ". ~/.bashrc && . ~/.cargo/env && . $NVM_DIR/nvm.sh && kit build /input && find /input -type d -exec chmod 775 {} + && find /input -type f -exec chmod 664 {} +"]
CMD ["/bin/bash", "-c", ". ~/.bashrc && . ~/.cargo/env && . $NVM_DIR/nvm.sh && kit build /input && find /input -type d -exec chmod 777 {} + && find /input -type f -exec chmod 666 {} +"]