Skip to content

Commit

Permalink
fix WALLET_PATH error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky2077 authored Jan 12, 2024
1 parent 7ad5eb7 commit 24f96df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN --mount=type=cache,target=/root/.yarn \
# release image
FROM base AS release

ENV WALLET_PATH=.

COPY --from=build /app /app
COPY ./entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 24f96df

Please sign in to comment.