Rename laconic console Docker image name
This commit is contained in:
parent
d12266ce44
commit
c9b016a8b5
@ -10,7 +10,7 @@ services:
|
||||
CERC_LOGLEVEL: ${CERC_LOGLEVEL:-info}
|
||||
volumes:
|
||||
- laconicd-data:/root/.laconicd
|
||||
- ../config/laconicd/scripts/run-laconicd.sh:/opt/run-laconicd.sh
|
||||
- ../config/laconicd/run-laconicd.sh:/opt/run-laconicd.sh
|
||||
ports:
|
||||
- "6060"
|
||||
- "26657"
|
||||
|
@ -9,7 +9,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN echo "Installing dependencies" && yarn
|
||||
RUN LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn dist
|
||||
RUN echo "Building" && LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn dist
|
||||
|
||||
RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||
|
@ -29,6 +29,8 @@ Instructions for running laconic registry CLI and console
|
||||
This should create the following docker images locally:
|
||||
|
||||
* `cerc/laconic2-registry-cli`
|
||||
* `cerc/webapp-base`
|
||||
* `cerc/laconic2-console-host`
|
||||
|
||||
## Create a deployment
|
||||
|
||||
|
@ -47,7 +47,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
|
||||
* `cerc/laconic2d`
|
||||
* `cerc/laconic2-registry-cli`
|
||||
* `cerc/webapp-base`
|
||||
* `cerc/laconic-console-host`
|
||||
* `cerc/laconic2-console-host`
|
||||
|
||||
## Create a deployment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user