contract migration permissions
This commit is contained in:
parent
88ace15d6b
commit
bdd7ca14c2
@ -128,6 +128,7 @@ COPY contract-migration/*.sh ./
|
|||||||
|
|
||||||
# RUN chown grassroots:grassroots .local/
|
# RUN chown grassroots:grassroots .local/
|
||||||
RUN chown grassroots:grassroots ./*
|
RUN chown grassroots:grassroots ./*
|
||||||
|
RUN chown grassroots:grassroots ./.local
|
||||||
RUN chmod gu+x *.sh
|
RUN chmod gu+x *.sh
|
||||||
|
|
||||||
RUN mkdir -p /tmp/cic/config
|
RUN mkdir -p /tmp/cic/config
|
||||||
|
@ -36,7 +36,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${DEV_ETH_PORT_HTTP:-63545}:8545
|
- ${DEV_ETH_PORT_HTTP:-63545}:8545
|
||||||
- ${DEV_ETH_PORT_WS-63546}:8546
|
- ${DEV_ETH_PORT_WS:-63546}:8546
|
||||||
- 30303
|
- 30303
|
||||||
volumes:
|
volumes:
|
||||||
- ./apps/bloxbergValidatorSetup/keys:/root/keys # stores the signing key locally
|
- ./apps/bloxbergValidatorSetup/keys:/root/keys # stores the signing key locally
|
||||||
@ -80,6 +80,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: apps/
|
context: apps/
|
||||||
dockerfile: contract-migration/docker/Dockerfile
|
dockerfile: contract-migration/docker/Dockerfile
|
||||||
|
# image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/contract-migration:latest
|
||||||
environment:
|
environment:
|
||||||
# ETH_PROVIDER should be broken out into host/port but cic-eth expects this
|
# ETH_PROVIDER should be broken out into host/port but cic-eth expects this
|
||||||
ETH_PROVIDER: http://eth:8545
|
ETH_PROVIDER: http://eth:8545
|
||||||
|
Loading…
Reference in New Issue
Block a user