Skip to content

Commit

Permalink
Merge branch 'PNY-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbora committed Feb 8, 2024
2 parents 8bc04f8 + e58fbeb commit 0a59e7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contrib/docker/Dockerfile.dsw-linux-x64-wallet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ ARG TICKER=PNY
ARG NAME=Peony
ARG BASE_NAME=peony
ARG TARGET=master
ARG SOURCE=local

# Clone the repository
RUN if [ ! -d $TICKER ]; then \
git clone https://github.com/decenomy/$TICKER; \
fi

# Switch to the repository directory
WORKDIR /$TICKER
Expand Down

0 comments on commit 0a59e7b

Please sign in to comment.