Skip to content

Commit

Permalink
temp testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan@vulcanize.io committed May 3, 2024
1 parent 7d347e8 commit 21f7b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ VOLUME /var/lib/lotus


EXPOSE 1234
EXPOSE 1235
EXPOSE 2345
EXPOSE 3456
EXPOSE 1777
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21f7b96

Please sign in to comment.