mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 06:11:01 +03:00
tweak perms so files can be deleted
This commit is contained in:
parent
29aba64548
commit
c518c71d96
@ -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 {} +"]
|
||||
|
Loading…
Reference in New Issue
Block a user