temp testing

This commit is contained in:
jonathan@vulcanize.io 2024-05-03 19:53:21 +00:00
parent 7d347e84fd
commit 21f7b96eb4
2 changed files with 4 additions and 1 deletions

View File

@ -134,6 +134,7 @@ VOLUME /var/lib/lotus
EXPOSE 1234
EXPOSE 1235
EXPOSE 2345
EXPOSE 3456
EXPOSE 1777

View File

@ -3,8 +3,10 @@
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
git stash
# Use a release version tag to match the modified Dockerfile replaced in next step
git -C ${CERC_REPO_BASE_DIR}/lotus checkout master
git -C ${CERC_REPO_BASE_DIR}/lotus checkout v1.27.0-rc1-c
# Replace repo's Dockerfile with modified one
cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile