Skip to content

Commit

Permalink
fix branch for Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jan 16, 2024
1 parent 3130481 commit c66741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gradle:latest
RUN apt-get update
RUN apt-get install postgresql sudo -y

RUN git clone https://github.com/C-Otto/lnd-manageJ.git --branch fix-5746
RUN git clone https://github.com/C-Otto/lnd-manageJ.git
WORKDIR lnd-manageJ
RUN gradle application:bootJar

Expand Down

0 comments on commit c66741f

Please sign in to comment.