Skip to content

Commit

Permalink
refactor: rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 31, 2024
1 parent f78f736 commit d54dede
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -34,7 +34,7 @@ RUN useradd -m -s /bin/bash endstone \
&& adduser endstone sudo \
&& echo "endstone ALL= NOPASSWD: ALL\\n" >> /etc/sudoers

COPY conan_profile /home/endstone/.conan2/profiles/default
COPY conan-profile /home/endstone/.conan2/profiles/default
RUN chown -R endstone:endstone /home/endstone/.conan2

RUN ( \
Expand Down
File renamed without changes.

0 comments on commit d54dede

Please sign in to comment.