mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +03:00
make buildpackage input dir match buildruntime
This commit is contained in:
parent
c1e9f198b1
commit
bbadddc3fc
@ -14,7 +14,7 @@ RUN . ~/.bashrc \
|
||||
&& . $NVM_DIR/nvm.sh \
|
||||
&& cargo install --git https://github.com/kinode-dao/kit --locked
|
||||
|
||||
WORKDIR /usr/src/package
|
||||
WORKDIR /input
|
||||
|
||||
# Set the default command to run the build script
|
||||
CMD ["/bin/bash", "-c", ". ~/.bashrc && . ~/.cargo/env && . $NVM_DIR/nvm.sh && kit build /usr/src/package && find /usr/src/package -type d -exec chmod 775 {} + && find /usr/src/package -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 775 {} + && find /input -type f -exec chmod 664 {} +"]
|
||||
|
Loading…
Reference in New Issue
Block a user