Skip to content

Commit

Permalink
Merge pull request #6 from MutinyWallet/lightning-docker-args
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored Apr 27, 2023
2 parents 1e58ec7 + c085230 commit 4549ae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ ARG VITE_PORT
ARG VITE_USER
ARG VITE_PASS
ARG VITE_NETWORK
ARG VITE_TLS_CERT
ARG VITE_ADMIN_MACAROON
ARG VITE_LND_GRPC

# Copy the rest of the application files into the container
COPY . .
Expand All @@ -26,6 +29,9 @@ RUN VITE_HOST=$VITE_HOST \
VITE_USER=$VITE_USER \
VITE_PASS=$VITE_PASS \
VITE_NETWORK=$VITE_NETWORK \
VITE_TLS_CERT=$VITE_TLS_CERT \
VITE_ADMIN_MACAROON=$VITE_ADMIN_MACAROON \
VITE_LND_GRPC=$VITE_LND_GRPC \
pnpm build

# Expose the port the application will run on
Expand Down

0 comments on commit 4549ae0

Please sign in to comment.