mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 03:04:35 +03:00
remove old Dockerfile comment
This commit is contained in:
parent
82a60c8181
commit
cf71c9eb1f
@ -10,5 +10,4 @@ ENV NVM_DIR=/root/.nvm \
|
|||||||
WORKDIR /input
|
WORKDIR /input
|
||||||
|
|
||||||
# Set the default command to run the build script
|
# Set the default command to run the build script
|
||||||
# TODO: once build is idempotent, remove the `rm -rf` line
|
|
||||||
CMD ["/bin/bash", "-c", ". ~/.bashrc && . ~/.cargo/env && . $NVM_DIR/nvm.sh && ./scripts/build-release.py && cp -r /tmp/kinode-release/* /output && chmod 664 /output/* && find . -user root -print0 2>/dev/null | xargs -0 rm -rf"]
|
CMD ["/bin/bash", "-c", ". ~/.bashrc && . ~/.cargo/env && . $NVM_DIR/nvm.sh && ./scripts/build-release.py && cp -r /tmp/kinode-release/* /output && chmod 664 /output/* && find . -user root -print0 2>/dev/null | xargs -0 rm -rf"]
|
||||||
|
Loading…
Reference in New Issue
Block a user