Append instead of prepend

This commit is contained in:
Christian Schmidt 2024-02-03 13:31:40 +01:00
parent 78e5177507
commit 0ae3518a0b
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.t
WORKDIR /mastodon
ENV PATH=/mastodon/bin:${PATH}
ENV PATH=${PATH}:/mastodon/bin
RUN su vscode -c "git config --global --add safe.directory /mastodon"