Skip to content

Commit

Permalink
Set defaults for G_ACCOUNT and GUILD_DEPLOY_BRANCH to simplify manual…
Browse files Browse the repository at this point in the history
… docker build commands
  • Loading branch information
TrevorBenson committed Apr 17, 2024
1 parent d96e2f0 commit 86a7ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/docker/node/dockerfile_bin
Expand Up @@ -5,8 +5,8 @@ STOPSIGNAL SIGINT

LABEL desc="Cardano Node by Guild's Operators"
ARG DEBIAN_FRONTEND=noninteractive
ARG G_ACCOUNT
ARG GUILD_DEPLOY_BRANCH
ARG G_ACCOUNT=cardano-community
ARG GUILD_DEPLOY_BRANCH=master

USER root
WORKDIR /
Expand Down

0 comments on commit 86a7ca0

Please sign in to comment.