contract migration permissions

This commit is contained in:
Blair Vanderlugt 2021-03-21 11:32:53 -07:00
parent 88ace15d6b
commit bdd7ca14c2
2 changed files with 3 additions and 1 deletions

View File

@ -128,6 +128,7 @@ COPY contract-migration/*.sh ./
# RUN chown grassroots:grassroots .local/
RUN chown grassroots:grassroots ./*
RUN chown grassroots:grassroots ./.local
RUN chmod gu+x *.sh
RUN mkdir -p /tmp/cic/config

View File

@ -36,7 +36,7 @@ services:
restart: unless-stopped
ports:
- ${DEV_ETH_PORT_HTTP:-63545}:8545
- ${DEV_ETH_PORT_WS-63546}:8546
- ${DEV_ETH_PORT_WS:-63546}:8546
- 30303
volumes:
- ./apps/bloxbergValidatorSetup/keys:/root/keys # stores the signing key locally
@ -80,6 +80,7 @@ services:
build:
context: apps/
dockerfile: contract-migration/docker/Dockerfile
# image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/contract-migration:latest
environment:
# ETH_PROVIDER should be broken out into host/port but cic-eth expects this
ETH_PROVIDER: http://eth:8545