Skip to content

Commit

Permalink
Fix license distribution dir
Browse files Browse the repository at this point in the history
  • Loading branch information
comminutus committed Sep 6, 2024
1 parent ade72c9 commit 2052b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ARG dist_dir ports

# Install binaries
COPY --from=build $dist_dir /usr/local/bin
COPY --from=build $license_dir /usr/local/share/licenses/monero
COPY --from=build $license_dir /usr/local/share/licenses/p2pool

# Setup a volume for persistent data
VOLUME /var/lib/p2pool
Expand Down

0 comments on commit 2052b01

Please sign in to comment.