Skip to content

Commit

Permalink
change mode to service
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 19, 2021
1 parent ce8653b commit f6cc933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitup/docker/Dockerfile
Expand Up @@ -73,7 +73,7 @@ RUN cd ${ENV_PREFIX}/vit-testing && \

ENV PATH="/root/.cargo/bin/:${PATH}"

EXPOSE 80 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010
EXPOSE 80 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 3030

WORKDIR ${ENV_PREFIX}/vit-testing/vitup
ENTRYPOINT ~/.cargo/bin/vitup start quick --jormungandr ~/.cargo/bin/jormungandr --jcli ~/.cargo/bin/jcli --endpoint 0.0.0.0:80 --vote-start-epoch $ENV_VOTE_START_EPOCH --tally-start-epoch $ENV_TALLY_START_EPOCH --tally-end-epoch $ENV_TALLY_END_EPOCH --slot-duration $ENV_SLOT_DURATION --slots-in-epoch $ENV_SLOTS_IN_EPOCH --progress-bar-mode standard --root-dir $ENV_DATA $ENV_PRIVATE
ENTRYPOINT ~/.cargo/bin/vitup start quick --jormungandr ~/.cargo/bin/jormungandr --jcli ~/.cargo/bin/jcli --endpoint 0.0.0.0:80 --vote-start-epoch $ENV_VOTE_START_EPOCH --tally-start-epoch $ENV_TALLY_START_EPOCH --tally-end-epoch $ENV_TALLY_END_EPOCH --slot-duration $ENV_SLOT_DURATION --slots-in-epoch $ENV_SLOTS_IN_EPOCH --progress-bar-mode standard --root-dir $ENV_DATA $ENV_PRIVATE --mode service

0 comments on commit f6cc933

Please sign in to comment.