Skip to content

Commit a04569f

Browse files
committed
Copy firstrun elsewhere
1 parent 40ab9cd commit a04569f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CMD [ "sleep", "infinity" ]
3939
RUN apt update && apt-get install -y --allow-downgrades dotnet-sdk-6.0=6.0.300-1
4040
RUN apt-get install build-essential -y
4141
COPY init.sh /var/init.sh
42-
COPY first-run-notice.txt /tmp/scripts/
42+
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
4343

4444
# [Optional] Uncomment this section to install additional OS packages.
4545
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)