Skip to content

Commit

Permalink
ci: remove --link arg which causing -1 error during GHA build action
Browse files Browse the repository at this point in the history
  • Loading branch information
shusann01116 committed Sep 9, 2023
1 parent 1317c57 commit b4452a3
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
@@ -37,7 +37,7 @@ WORKDIR /home/$USER_NAME

# install astronvim
RUN git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
COPY --link --chown=$USER_NAME:$USER_GROUP ./package/astronvim_config/ ./.config/nvim/lua/user/
COPY --chown=$USER_NAME:$USER_GROUP ./package/astronvim_config/ ./.config/nvim/lua/user/
RUN nvim --headless +q

ENTRYPOINT ["/usr/bin/nvim"]

0 comments on commit b4452a3

Please sign in to comment.