Skip to content

Commit 85d8bf7

Browse files
committed
fix copy
1 parent 6a48356 commit 85d8bf7

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/base/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ RUN ./vscode_install.sh
4141
# Switch back to root to install the devcontainer CLI globally
4242
USER root
4343

44-
RUN cp -R /home/vscode/.asdf /home/githubrunner/.asdf && \
44+
RUN cp -R /home/vscode/.asdf /home/githubrunner/ && \
4545
cp /home/vscode/.tool-versions.asdf /home/githubrunner/.tool-versions.asdf && \
4646
cp /home/vscode/.tool-versions /home/githubrunner/.tool-versions && \
47-
cp -R /home/vscode/.config /home/githubrunner/.config && \
48-
cp -R /home/vscode/.local /home/githubrunner/.local && \
47+
cp -R /home/vscode/.config /home/githubrunner/ && \
48+
cp -R /home/vscode/.local /home/githubrunner/ && \
4949
chown -R githubrunner:githubrunner /home/githubrunner/

src/common/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ RUN ./vscode_install.sh
4242
# Switch back to root to install the devcontainer CLI globally
4343
USER root
4444

45-
RUN cp -R /home/vscode/.asdf /home/githubrunner/.asdf && \
45+
RUN cp -R /home/vscode/.asdf /home/githubrunner/ && \
4646
cp /home/vscode/.tool-versions.asdf /home/githubrunner/.tool-versions.asdf && \
4747
cp /home/vscode/.tool-versions /home/githubrunner/.tool-versions && \
48-
cp -R /home/vscode/.config /home/githubrunner/.config && \
49-
cp -R /home/vscode/.local /home/githubrunner/.local && \
48+
cp -R /home/vscode/.config /home/githubrunner/ && \
49+
cp -R /home/vscode/.local /home/githubrunner/ && \
5050
chown -R githubrunner:githubrunner /home/githubrunner/

src/projects/fhir_facade_api/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ RUN ./vscode_install.sh
3838
# Switch back to root to install the devcontainer CLI globally
3939
USER root
4040

41-
RUN cp -R /home/vscode/.asdf /home/githubrunner/.asdf && \
41+
RUN cp -R /home/vscode/.asdf /home/githubrunner/ && \
4242
cp /home/vscode/.tool-versions.asdf /home/githubrunner/.tool-versions.asdf && \
4343
cp /home/vscode/.tool-versions /home/githubrunner/.tool-versions && \
44-
cp -R /home/vscode/.config /home/githubrunner/.config && \
45-
cp -R /home/vscode/.local /home/githubrunner/.local && \
44+
cp -R /home/vscode/.config /home/githubrunner/ && \
45+
cp -R /home/vscode/.local /home/githubrunner/ && \
4646
chown -R githubrunner:githubrunner /home/githubrunner/

0 commit comments

Comments
 (0)