Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Jul 27, 2024
1 parent 2e2d425 commit 9ed5a82
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 @@ -114,7 +114,7 @@ ARG ASDF_VERSION=v0.14.0 \
DEBIAN_FRONTEND \
DEFAULT_USERNAME

COPY --chown=${DEFAULT_USERNAME} --chmod=644 .tool-versions ~/.tool-versions
COPY --chown=${DEFAULT_USERNAME} --chmod=644 .tool-versions /home/${DEFAULT_USERNAME}/.tool-versions

# Install asdf
RUN set -eux && \
Expand Down

0 comments on commit 9ed5a82

Please sign in to comment.