Skip to content

Commit

Permalink
chore: fix copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed May 27, 2024
1 parent e894905 commit 91bffd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ ENTRYPOINT ["/usr/bin/gno"]

FROM runtime-base AS gnoland-alpine
COPY --from=build-gno /go/bin/gnoland /usr/bin/
COPY --from=build-gno /gnoroot/examples /gnoroot/examples
COPY --from=build-gno /gnoroot/gno.land /gnoroot/gno.land
EXPOSE 26656 26657
ENTRYPOINT ["/usr/bin/gnoland"]

Expand All @@ -43,7 +45,6 @@ ENTRYPOINT ["/usr/bin/gnofaucet"]

FROM runtime-base AS gnoweb-alpine
COPY --from=build-gno /go/bin/gnoweb /usr/bin/
COPY --from=build-gno /gnoroot/gno.land/cmd/gnoweb /gnoroot/src/gnoweb
EXPOSE 8888
ENTRYPOINT ["/usr/bin/gnoweb"]

Expand All @@ -53,7 +54,6 @@ COPY --from=build-gno /go/bin/gno /usr/bin/
COPY --from=build-gno /go/bin/gnoland /usr/bin/
COPY --from=build-gno /go/bin/gnokey /usr/bin/
COPY --from=build-gno /go/bin/gnoweb /usr/bin/
# COPY --from=build-gno /gnoroot/gno.land/cmd/gnoweb /gnoroot/src/gnoweb

COPY --from=build-gno /gnoroot/examples /gnoroot/examples
COPY --from=build-gno /gnoroot/gno.land /gnoroot/gno.land
Expand Down

0 comments on commit 91bffd8

Please sign in to comment.