Skip to content

Commit

Permalink
Merge pull request #35 from gofractally/fix-psibase-image
Browse files Browse the repository at this point in the history
add share directory to psibase image
  • Loading branch information
James-Mart authored May 15, 2024
2 parents 488f434 + 82f3f72 commit 96f1279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/psibase.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ghcr.io/gofractally/psinode:$psinode_version as psinode

FROM ubuntu:22.04
COPY --from=psinode /opt/psidk-ubuntu-2204/bin/psibase /opt/psidk-ubuntu-2204/bin/psibase
COPY --from=psinode /opt/psidk-ubuntu-2204/share /opt/psidk-ubuntu-2204/share

ENV PSIDK_HOME=/opt/psidk-ubuntu-2204
ENV PATH=$PSIDK_HOME/bin:$PATH
Expand Down

0 comments on commit 96f1279

Please sign in to comment.